File tree Expand file tree Collapse file tree 4 files changed +45
-17
lines changed
source/content/pages/06-automation Expand file tree Collapse file tree 4 files changed +45
-17
lines changed Original file line number Diff line number Diff line change @@ -2353,6 +2353,22 @@ <h2>Ad hoc tasks</h2>
23532353< a href ="http://docs.fabfile.org/en/1.8/ "> Fabric</ a > and
23542354< a href ="http://docs.pyinvoke.org/en/latest/ "> Invoke</ a > are used for interactive
23552355operations, such as querying the database from the Django manage.py shell.</ p >
2356+ < h2 > Configuration management tool comparisons</ h2 >
2357+ < ul >
2358+ < li >
2359+ < p > < a href ="http://ryandlane.com/blog/2014/08/04/moving-away-from-puppet-saltstack-or-ansible/ "> Moving away from Puppet: SaltStack or Ansible?</ a >
2360+ is an openly biased but detailed post on why to choose SaltStack over
2361+ Ansible in certain situations.</ p >
2362+ </ li >
2363+ < li >
2364+ < p > < a href ="http://devopsu.com/blog/ansible-vs-shell-scripts/ "> Ansible vs. Shell Scripts</ a >
2365+ provides some perspective on why a configuration management tool is better
2366+ than old venerable shell scripts.</ p >
2367+ </ li >
2368+ < li >
2369+ < p > < a href ="http://missingm.co/2013/06/ansible-and-salt-a-detailed-comparison/ "> Ansible and Salt: A Detailed Comparison</ a > </ p >
2370+ </ li >
2371+ </ ul >
23562372< h2 > Ansible</ h2 >
23572373< p > < a href ="http://www.ansibleworks.com/ "> Ansible</ a > is an open source configuration
23582374management and application deployment tool built in Python.</ p >
@@ -2392,12 +2408,6 @@ <h3>Ansible Resources</h3>
23922408< p > < a href ="http://benlopatin.com/getting-started-with-ansible/ "> Introducing Ansible into Legacy Projects</ a > </ p >
23932409</ li >
23942410< li >
2395- < p > < a href ="http://devopsu.com/blog/ansible-vs-shell-scripts/ "> Ansible vs. Shell Scripts</ a > </ p >
2396- </ li >
2397- < li >
2398- < p > < a href ="http://missingm.co/2013/06/ansible-and-salt-a-detailed-comparison/ "> Ansible and Salt: A Detailed Comparison</ a > </ p >
2399- </ li >
2400- < li >
24012411< p > < a href ="http://www.nickhammond.com/automating-development-environment-ansible/ "> Automating your development environment with Ansible</ a > </ p >
24022412</ li >
24032413< li >
Original file line number Diff line number Diff line change @@ -53,6 +53,22 @@ <h2>Ad hoc tasks</h2>
5353< a href ="http://docs.fabfile.org/en/1.8/ "> Fabric</ a > and
5454< a href ="http://docs.pyinvoke.org/en/latest/ "> Invoke</ a > are used for interactive
5555operations, such as querying the database from the Django manage.py shell.</ p >
56+ < h2 > Configuration management tool comparisons</ h2 >
57+ < ul >
58+ < li >
59+ < p > < a href ="http://ryandlane.com/blog/2014/08/04/moving-away-from-puppet-saltstack-or-ansible/ "> Moving away from Puppet: SaltStack or Ansible?</ a >
60+ is an openly biased but detailed post on why to choose SaltStack over
61+ Ansible in certain situations.</ p >
62+ </ li >
63+ < li >
64+ < p > < a href ="http://devopsu.com/blog/ansible-vs-shell-scripts/ "> Ansible vs. Shell Scripts</ a >
65+ provides some perspective on why a configuration management tool is better
66+ than old venerable shell scripts.</ p >
67+ </ li >
68+ < li >
69+ < p > < a href ="http://missingm.co/2013/06/ansible-and-salt-a-detailed-comparison/ "> Ansible and Salt: A Detailed Comparison</ a > </ p >
70+ </ li >
71+ </ ul >
5672< h2 > Ansible</ h2 >
5773< p > < a href ="http://www.ansibleworks.com/ "> Ansible</ a > is an open source configuration
5874management and application deployment tool built in Python.</ p >
@@ -92,12 +108,6 @@ <h3>Ansible Resources</h3>
92108< p > < a href ="http://benlopatin.com/getting-started-with-ansible/ "> Introducing Ansible into Legacy Projects</ a > </ p >
93109</ li >
94110< li >
95- < p > < a href ="http://devopsu.com/blog/ansible-vs-shell-scripts/ "> Ansible vs. Shell Scripts</ a > </ p >
96- </ li >
97- < li >
98- < p > < a href ="http://missingm.co/2013/06/ansible-and-salt-a-detailed-comparison/ "> Ansible and Salt: A Detailed Comparison</ a > </ p >
99- </ li >
100- < li >
101111< p > < a href ="http://www.nickhammond.com/automating-development-environment-ansible/ "> Automating your development environment with Ansible</ a > </ p >
102112</ li >
103113< li >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-08-15T14:17:16Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-08-17T15:08:39Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -37,6 +37,18 @@ are not useful for performing ad hoc tasks that require interactive responses.
3737operations, such as querying the database from the Django manage.py shell.
3838
3939
40+ ## Configuration management tool comparisons
41+ * [ Moving away from Puppet: SaltStack or Ansible?] ( http://ryandlane.com/blog/2014/08/04/moving-away-from-puppet-saltstack-or-ansible/ )
42+ is an openly biased but detailed post on why to choose SaltStack over
43+ Ansible in certain situations.
44+
45+ * [ Ansible vs. Shell Scripts] ( http://devopsu.com/blog/ansible-vs-shell-scripts/ )
46+ provides some perspective on why a configuration management tool is better
47+ than old venerable shell scripts.
48+
49+ * [ Ansible and Salt: A Detailed Comparison] ( http://missingm.co/2013/06/ansible-and-salt-a-detailed-comparison/ )
50+
51+
4052## Ansible
4153[ Ansible] ( http://www.ansibleworks.com/ ) is an open source configuration
4254management and application deployment tool built in Python.
@@ -66,10 +78,6 @@ from PyCon UK 2013
6678
6779* [ Introducing Ansible into Legacy Projects] ( http://benlopatin.com/getting-started-with-ansible/ )
6880
69- * [ Ansible vs. Shell Scripts] ( http://devopsu.com/blog/ansible-vs-shell-scripts/ )
70-
71- * [ Ansible and Salt: A Detailed Comparison] ( http://missingm.co/2013/06/ansible-and-salt-a-detailed-comparison/ )
72-
7381* [ Automating your development environment with Ansible] ( http://www.nickhammond.com/automating-development-environment-ansible/ )
7482
7583* [ Post-install steps with Ansible] ( http://devopsu.com/guides/ansible-post-install.html )
You can’t perform that action at this time.
0 commit comments