Skip to content

Commit 5dc9416

Browse files
committed
adding new ansible link
1 parent 3d46f33 commit 5dc9416

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

configuration-management.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ <h3>Ansible Resources</h3>
107107
<p><a href="http://davidwinter.me/articles/2013/11/23/introduction-to-ansible/">(Detailed) Introduction to Ansible</a></p>
108108
</li>
109109
<li>
110+
<p><a href="http://hakunin.com/six-ansible-practices">6 practices for super smooth Ansible experience</a></p>
111+
</li>
112+
<li>
110113
<p><a href="http://www.hiddentao.com/archives/2014/06/03/shippable-ansible-docker-loggly-for-awesome-deployments/">Shippable + Ansible + Docker + Loggly for awesome deployments</a>
111114
is a well written detailed post about using Docker and Ansible together with
112115
a few other pieces.</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>2014-06-20T08:56:26Z</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-06-20T11:25:45Z</updated></feed>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ from PyCon UK 2013
7676

7777
* [(Detailed) Introduction to Ansible](http://davidwinter.me/articles/2013/11/23/introduction-to-ansible/)
7878

79+
* [6 practices for super smooth Ansible experience](http://hakunin.com/six-ansible-practices)
80+
7981
* [Shippable + Ansible + Docker + Loggly for awesome deployments](http://www.hiddentao.com/archives/2014/06/03/shippable-ansible-docker-loggly-for-awesome-deployments/)
8082
is a well written detailed post about using Docker and Ansible together with
8183
a few other pieces.

0 commit comments

Comments
 (0)