File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
content/pages/08-web-app-deployment Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,14 @@ guide as they are considered advanced deployment techniques.
7171 defines delivery versus deployment and walks through a continuous deployment
7272 workflow.
7373
74+ * [ Automation for the People] ( https://gist.github.com/classam/9e07a36aa63624ca2dda75a1367a53c6 )
75+ provides an awesome overview of one developer's story for how he gradually
76+ learned about deployment automation. The story follows my own journey in
77+ many ways, from starting with brittle [ Bash] ( /bourne-again-shell-bash.html )
78+ scripts, moving to Fabric and then on to [ Ansible] ( /ansible.html ) for
79+ higher-level [ configuration management] ( /configuration-management.html )
80+ and continuous deployment pipelines.
81+
7482* [ 5 ways to deploy your Python application in 2017] ( https://www.youtube.com/watch?v=vGphzPLemZE )
7583 is a talk from
7684 [ PyCon US 2017] ( https://www.youtube.com/channel/UCrJhliKNQ8g0qoE_zvL8eVg/videos )
Original file line number Diff line number Diff line change @@ -16,3 +16,10 @@ meta: Ansible is configuration management tool used for application deployment a
1616<a href =" http://docs.ansible.com/ansible/latest/index.html " ><img src =" /img/logos/ansible-wide.png " width =" 100% " alt =" Official Ansible logo. Copyright Redhat. " class =" technical-diagram " ></a >
1717
1818
19+ ### Example Ansible playbooks
20+
21+ * [ ansible-nginx-haproxy-elasticsearch] ( https://github.com/gp187/ansible-nginx-haproxy-elasticsearch )
22+
23+ * [ mac-dev-playbook] ( https://github.com/geerlingguy/mac-dev-playbook )
24+
25+
You can’t perform that action at this time.
0 commit comments