You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><aclass="reference external" href="http://www.kalzumeus.com/2010/12/12/staging-servers-source-control-deploy-workflows-and-other-stuff-nobody-teaches-you/">Staging Servers, Source Control & Deploy Workflows, And Other Stuff Nobody Teaches You</a> (Patrick McKenzie)</p>
<p><aclass="reference external" href="http://labs.qandidate.com/blog/2013/11/15/first-steps-with-ansible/">First Steps with Ansible</a></p>
647
+
<p><aclass="reference external" href="http://red-badger.com/blog/2013/06/29/ansible/">Red Badger on Ansible</a></p>
648
+
<p><aclass="reference external" href="http://softwareas.com/ansible-and-linode-what-i-learned-about-controlling-linodes-from-ansible">Ansible and Linode</a></p>
649
+
<p><aclass="reference external" href="http://jlafon.io/ansible-duo-security.html">Multi-factor SSH authentication with Ansible and Duo Security</a></p>
650
+
<p><aclass="reference external" href="http://devopsu.com/blog/ansible-vs-shell-scripts/">Ansible vs. Shell Scripts</a></p>
651
+
<p><aclass="reference external" href="http://missingm.co/2013/06/ansible-and-salt-a-detailed-comparison/">Ansible and Salt: A Detailed Comparison</a></p>
652
+
<p><aclass="reference external" href="http://www.nickhammond.com/automating-development-environment-ansible/">Automating your development environment with Ansible</a></p>
653
+
<p><aclass="reference external" href="http://devopsu.com/guides/ansible-post-install.html">Post-install steps with Ansible</a></p>
654
+
<p><aclass="reference external" href="http://lattejed.com/first-five-and-a-half-minutes-on-a-server-with-ansible">First Five (and a half) Minutes on a Server with Ansible</a></p>
655
+
<p><aclass="reference external" href="http://davidwinter.me/articles/2013/11/23/introduction-to-ansible/">(Detailed) Introduction to Ansible</a></p>
656
+
<p><aclass="reference external" href="http://blog.couchbase.com/create-couchbase-cluster-with-ansible">Create a Couchbase Cluster with Ansible</a></p>
657
+
<p><aclass="reference external" href="https://groups.google.com/forum/#!msg/Ansible-project/WpRblldA2PQ/lYDpFjBXDlsJ"">Idempotence, convergence, and other silly fancy words we often use</a></p>
626
658
</div>
627
659
628
660
</section>
@@ -696,6 +728,10 @@ <h1>About</h1>
696
728
<sectionid="change-log" class="tech-section">
697
729
<h1>Change Log</h1>
698
730
<divclass="section" id="id1">
731
+
<h2>2014</h2>
732
+
<p>Jan: Adding configuration management and source control sections.</p>
733
+
</div>
734
+
<divclass="section" id="id2">
699
735
<h2>2013</h2>
700
736
<p>Dec: Changed CDN section to static content. Transitioning diagrams from
701
737
Paper app drawings to Balsamiq mockups exported to PNG files. Added Python
@@ -709,7 +745,7 @@ <h2>2013</h2>
709
745
and PaaS topics, added initial "hand drawn" diagram placeholders for better
710
746
diagrams later.</p>
711
747
</div>
712
-
<divclass="section" id="id2">
748
+
<divclass="section" id="id3">
713
749
<h2>2012</h2>
714
750
<p>Dec: Initial incomplete release on fullstackpython.com, created
715
751
introduction, CDN, web frameworks, and database sections with stubs for
<p><aclass="reference external" href="http://labs.qandidate.com/blog/2013/11/15/first-steps-with-ansible/">First Steps with Ansible</a></p>
66
+
<p><aclass="reference external" href="http://red-badger.com/blog/2013/06/29/ansible/">Red Badger on Ansible</a></p>
67
+
<p><aclass="reference external" href="http://softwareas.com/ansible-and-linode-what-i-learned-about-controlling-linodes-from-ansible">Ansible and Linode</a></p>
68
+
<p><aclass="reference external" href="http://jlafon.io/ansible-duo-security.html">Multi-factor SSH authentication with Ansible and Duo Security</a></p>
69
+
<p><aclass="reference external" href="http://devopsu.com/blog/ansible-vs-shell-scripts/">Ansible vs. Shell Scripts</a></p>
70
+
<p><aclass="reference external" href="http://missingm.co/2013/06/ansible-and-salt-a-detailed-comparison/">Ansible and Salt: A Detailed Comparison</a></p>
71
+
<p><aclass="reference external" href="http://www.nickhammond.com/automating-development-environment-ansible/">Automating your development environment with Ansible</a></p>
72
+
<p><aclass="reference external" href="http://devopsu.com/guides/ansible-post-install.html">Post-install steps with Ansible</a></p>
73
+
<p><aclass="reference external" href="http://lattejed.com/first-five-and-a-half-minutes-on-a-server-with-ansible">First Five (and a half) Minutes on a Server with Ansible</a></p>
74
+
<p><aclass="reference external" href="http://davidwinter.me/articles/2013/11/23/introduction-to-ansible/">(Detailed) Introduction to Ansible</a></p>
75
+
<p><aclass="reference external" href="http://blog.couchbase.com/create-couchbase-cluster-with-ansible">Create a Couchbase Cluster with Ansible</a></p>
76
+
<p><aclass="reference external" href="https://groups.google.com/forum/#!msg/Ansible-project/WpRblldA2PQ/lYDpFjBXDlsJ"">Idempotence, convergence, and other silly fancy words we often use</a></p>
`First Steps with Ansible <http://labs.qandidate.com/blog/2013/11/15/first-steps-with-ansible/>`_
29
+
30
+
`Red Badger on Ansible <http://red-badger.com/blog/2013/06/29/ansible/>`_
31
+
32
+
`Ansible and Linode <http://softwareas.com/ansible-and-linode-what-i-learned-about-controlling-linodes-from-ansible>`_
33
+
34
+
`Multi-factor SSH authentication with Ansible and Duo Security <http://jlafon.io/ansible-duo-security.html>`_
35
+
36
+
`Ansible vs. Shell Scripts <http://devopsu.com/blog/ansible-vs-shell-scripts/>`_
37
+
38
+
`Ansible and Salt: A Detailed Comparison <http://missingm.co/2013/06/ansible-and-salt-a-detailed-comparison/>`_
39
+
40
+
`Automating your development environment with Ansible <http://www.nickhammond.com/automating-development-environment-ansible/>`_
41
+
42
+
`Post-install steps with Ansible <http://devopsu.com/guides/ansible-post-install.html>`_
43
+
44
+
`First Five (and a half) Minutes on a Server with Ansible <http://lattejed.com/first-five-and-a-half-minutes-on-a-server-with-ansible>`_
45
+
46
+
`(Detailed) Introduction to Ansible <http://davidwinter.me/articles/2013/11/23/introduction-to-ansible/>`_
47
+
48
+
`Create a Couchbase Cluster with Ansible <http://blog.couchbase.com/create-couchbase-cluster-with-ansible>`_
49
+
50
+
`Idempotence, convergence, and other silly fancy words we often use <https://groups.google.com/forum/#!msg/Ansible-project/WpRblldA2PQ/lYDpFjBXDlsJ">`_
0 commit comments