Skip to content

Commit 959b8bb

Browse files
committed
updating ansible resources
1 parent 3005d04 commit 959b8bb

File tree

4 files changed

+16
-21
lines changed

4 files changed

+16
-21
lines changed

all.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5828,15 +5828,14 @@ <h2>Ansible</h2>
58285828
<h3>Ansible Resources</h3>
58295829
<ul>
58305830
<li>
5831-
<p><a href="http://docs.ansible.com/index.html">Official Ansible documentation</a></p>
5832-
</li>
5833-
<li>
58345831
<p><a href="https://serversforhackers.com/editions/2014/08/26/getting-started-with-ansible/">An Ansible tutorial</a>
58355832
is a fantastically detailed introduction to using Ansible to set up
58365833
servers.</p>
58375834
</li>
58385835
<li>
5839-
<p><a href="http://devopsu.com/newsletters/ansible-weekly-newsletter.html">Briefs on Ansible Newsletter</a></p>
5836+
<p><a href="https://www.twilio.com/blog/2014/05/ansible-text-messages-notifications-with-twilio-sms.html">Ansible Text Message Notifications with Twilio SMS</a>
5837+
is my blog post with a detailed example for using the Twilio module in
5838+
core Ansible 1.6+.</p>
58405839
</li>
58415840
<li>
58425841
<p><a href="http://www.insom.me.uk/post/pycon-talk.html">Python for Configuration Management with Ansible slides</a>
@@ -5852,9 +5851,8 @@ <h3>Ansible Resources</h3>
58525851
<p><a href="http://lowendbox.com/blog/getting-started-with-ansible/">Getting Started with Ansible</a></p>
58535852
</li>
58545853
<li>
5855-
<p><a href="https://www.twilio.com/blog/2014/05/ansible-text-messages-notifications-with-twilio-sms.html">Ansible Text Message Notifications with Twilio SMS</a>
5856-
is my blog post with a detailed example for using the Twilio module in
5857-
core Ansible 1.6+.</p>
5854+
<p><a href="https://davidwinter.me/introduction-to-ansible/">An introduction to Ansible</a>
5855+
is a tutorial on the basics of getting started with the tool.</p>
58585856
</li>
58595857
<li>
58605858
<p><a href="http://softwareas.com/ansible-and-linode-what-i-learned-about-controlling-linodes-from-ansible">Ansible and Linode</a></p>

configuration-management.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,14 @@ <h2>Ansible</h2>
6868
<h3>Ansible Resources</h3>
6969
<ul>
7070
<li>
71-
<p><a href="http://docs.ansible.com/index.html">Official Ansible documentation</a></p>
72-
</li>
73-
<li>
7471
<p><a href="https://serversforhackers.com/editions/2014/08/26/getting-started-with-ansible/">An Ansible tutorial</a>
7572
is a fantastically detailed introduction to using Ansible to set up
7673
servers.</p>
7774
</li>
7875
<li>
79-
<p><a href="http://devopsu.com/newsletters/ansible-weekly-newsletter.html">Briefs on Ansible Newsletter</a></p>
76+
<p><a href="https://www.twilio.com/blog/2014/05/ansible-text-messages-notifications-with-twilio-sms.html">Ansible Text Message Notifications with Twilio SMS</a>
77+
is my blog post with a detailed example for using the Twilio module in
78+
core Ansible 1.6+.</p>
8079
</li>
8180
<li>
8281
<p><a href="http://www.insom.me.uk/post/pycon-talk.html">Python for Configuration Management with Ansible slides</a>
@@ -92,9 +91,8 @@ <h3>Ansible Resources</h3>
9291
<p><a href="http://lowendbox.com/blog/getting-started-with-ansible/">Getting Started with Ansible</a></p>
9392
</li>
9493
<li>
95-
<p><a href="https://www.twilio.com/blog/2014/05/ansible-text-messages-notifications-with-twilio-sms.html">Ansible Text Message Notifications with Twilio SMS</a>
96-
is my blog post with a detailed example for using the Twilio module in
97-
core Ansible 1.6+.</p>
94+
<p><a href="https://davidwinter.me/introduction-to-ansible/">An introduction to Ansible</a>
95+
is a tutorial on the basics of getting started with the tool.</p>
9896
</li>
9997
<li>
10098
<p><a href="http://softwareas.com/ansible-and-linode-what-i-learned-about-controlling-linodes-from-ansible">Ansible and Linode</a></p>

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>2015-09-24T09:09:10Z</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>2015-09-27T15:32:16Z</updated></feed>

source/content/pages/07-web-app-deployment/12-configuration-management.markdown

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ management and application deployment tool built in Python.
4444

4545

4646
### Ansible Resources
47-
* [Official Ansible documentation](http://docs.ansible.com/index.html)
48-
4947
* [An Ansible tutorial](https://serversforhackers.com/editions/2014/08/26/getting-started-with-ansible/)
5048
is a fantastically detailed introduction to using Ansible to set up
5149
servers.
5250

53-
* [Briefs on Ansible Newsletter](http://devopsu.com/newsletters/ansible-weekly-newsletter.html)
51+
* [Ansible Text Message Notifications with Twilio SMS](https://www.twilio.com/blog/2014/05/ansible-text-messages-notifications-with-twilio-sms.html)
52+
is my blog post with a detailed example for using the Twilio module in
53+
core Ansible 1.6+.
5454

5555
* [Python for Configuration Management with Ansible slides](http://www.insom.me.uk/post/pycon-talk.html)
5656
from PyCon UK 2013
@@ -61,9 +61,8 @@ from PyCon UK 2013
6161

6262
* [Getting Started with Ansible](http://lowendbox.com/blog/getting-started-with-ansible/)
6363

64-
* [Ansible Text Message Notifications with Twilio SMS](https://www.twilio.com/blog/2014/05/ansible-text-messages-notifications-with-twilio-sms.html)
65-
is my blog post with a detailed example for using the Twilio module in
66-
core Ansible 1.6+.
64+
* [An introduction to Ansible](https://davidwinter.me/introduction-to-ansible/)
65+
is a tutorial on the basics of getting started with the tool.
6766

6867
* [Ansible and Linode](http://softwareas.com/ansible-and-linode-what-i-learned-about-controlling-linodes-from-ansible)
6968

0 commit comments

Comments
 (0)