Skip to content

Commit e9fc987

Browse files
committed
updating with blog post on twilio plus ansible
1 parent 9efe9e5 commit e9fc987

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

configuration-management.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ <h3>Ansible Resources</h3>
8282
<p><a href="http://lowendbox.com/blog/getting-started-with-ansible/">Getting Started with Ansible</a></p>
8383
</li>
8484
<li>
85+
<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>
86+
is my blog post with a detailed example for using the Twilio module in
87+
core Ansible 1.6+.</p>
88+
</li>
89+
<li>
8590
<p><a href="http://softwareas.com/ansible-and-linode-what-i-learned-about-controlling-linodes-from-ansible">Ansible and Linode</a></p>
8691
</li>
8792
<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-05-20T06:30:18Z</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-05-20T15:04:30Z</updated></feed>

source/content/pages/03-deployment/0317-configuration-management.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ from PyCon UK 2013
5252

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

55+
* [Ansible Text Message Notifications with Twilio SMS](https://www.twilio.com/blog/2014/05/ansible-text-messages-notifications-with-twilio-sms.html)
56+
is my blog post with a detailed example for using the Twilio module in
57+
core Ansible 1.6+.
58+
5559
* [Ansible and Linode](http://softwareas.com/ansible-and-linode-what-i-learned-about-controlling-linodes-from-ansible)
5660

5761
* [Multi-factor SSH authentication with Ansible and Duo Security](http://jlafon.io/ansible-duo-security.html)

0 commit comments

Comments
 (0)