Skip to content

Commit 2eab687

Browse files
committed
adding ansible resource
1 parent ee48925 commit 2eab687

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

all.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,13 +2411,18 @@ <h3>Ansible Resources</h3>
24112411
<p><a href="http://docs.ansible.com/index.html">Official Ansible documentation</a></p>
24122412
</li>
24132413
<li>
2414-
<p><a href="http://www.insom.me.uk/post/pycon-talk.html">Python for Configuration Management with Ansible slides</a>
2415-
from PyCon UK 2013</p>
2414+
<p><a href="https://serversforhackers.com/editions/2014/08/26/getting-started-with-ansible/">An Ansible tutorial</a>
2415+
is a fantastically detailed introduction to using Ansible to set up
2416+
servers.</p>
24162417
</li>
24172418
<li>
24182419
<p><a href="http://devopsu.com/newsletters/ansible-weekly-newsletter.html">Ansible Weekly Newsletter</a></p>
24192420
</li>
24202421
<li>
2422+
<p><a href="http://www.insom.me.uk/post/pycon-talk.html">Python for Configuration Management with Ansible slides</a>
2423+
from PyCon UK 2013</p>
2424+
</li>
2425+
<li>
24212426
<p><a href="http://labs.qandidate.com/blog/2013/11/15/first-steps-with-ansible/">First Steps with Ansible</a></p>
24222427
</li>
24232428
<li>

configuration-management.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,18 @@ <h3>Ansible Resources</h3>
7878
<p><a href="http://docs.ansible.com/index.html">Official Ansible documentation</a></p>
7979
</li>
8080
<li>
81-
<p><a href="http://www.insom.me.uk/post/pycon-talk.html">Python for Configuration Management with Ansible slides</a>
82-
from PyCon UK 2013</p>
81+
<p><a href="https://serversforhackers.com/editions/2014/08/26/getting-started-with-ansible/">An Ansible tutorial</a>
82+
is a fantastically detailed introduction to using Ansible to set up
83+
servers.</p>
8384
</li>
8485
<li>
8586
<p><a href="http://devopsu.com/newsletters/ansible-weekly-newsletter.html">Ansible Weekly Newsletter</a></p>
8687
</li>
8788
<li>
89+
<p><a href="http://www.insom.me.uk/post/pycon-talk.html">Python for Configuration Management with Ansible slides</a>
90+
from PyCon UK 2013</p>
91+
</li>
92+
<li>
8893
<p><a href="http://labs.qandidate.com/blog/2013/11/15/first-steps-with-ansible/">First Steps with Ansible</a></p>
8994
</li>
9095
<li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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-31T06:54:12Z</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-09-01T19:20:39Z</updated></feed>

source/content/pages/06-automation/0601-configuration-management.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,15 @@ management and application deployment tool built in Python.
5757
### Ansible Resources
5858
* [Official Ansible documentation](http://docs.ansible.com/index.html)
5959

60-
* [Python for Configuration Management with Ansible slides](http://www.insom.me.uk/post/pycon-talk.html)
61-
from PyCon UK 2013
60+
* [An Ansible tutorial](https://serversforhackers.com/editions/2014/08/26/getting-started-with-ansible/)
61+
is a fantastically detailed introduction to using Ansible to set up
62+
servers.
6263

6364
* [Ansible Weekly Newsletter](http://devopsu.com/newsletters/ansible-weekly-newsletter.html)
6465

66+
* [Python for Configuration Management with Ansible slides](http://www.insom.me.uk/post/pycon-talk.html)
67+
from PyCon UK 2013
68+
6569
* [First Steps with Ansible](http://labs.qandidate.com/blog/2013/11/15/first-steps-with-ansible/)
6670

6771
* [Red Badger on Ansible](http://red-badger.com/blog/2013/06/29/ansible/)

0 commit comments

Comments
 (0)