| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,2 +1,2 @@ | |||
| 1 | 1 | <?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-01-17T16:16:31Z</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-01-18T15:54:25Z</updated></feed> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -632,7 +632,9 @@ <h2>Source Control Resources</h2> | |||
| 632 | 632 | <h1>Configuration Management</h1> | |
| 633 | 633 | <p>Configuration management involves modifying servers from an existing state to | |
| 634 | 634 | a desired state. Numerous tools exist to modify the state in a controlled | |
| 635 | - way, including Puppet, Chef, Salt, and Ansible.</p> | ||
| 635 | + way, including <a class="reference external" href="http://puppetlabs.com/puppet/what-is-puppet">Puppet</a>, | ||
| 636 | + <a class="reference external" href="http://www.getchef.com/chef/">Chef</a>, | ||
| 637 | + <a class="reference external" href="http://www.saltstack.com/">SaltStack</a>, and Ansible.</p> | ||
| 636 | 638 | <div class="section" id="ansible"> | |
| 637 | 639 | <h2>Ansible</h2> | |
| 638 | 640 | <p><a class="reference external" href="http://www.ansibleworks.com/">Ansible</a> is an open source configuration | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,7 +50,9 @@ <h1>Configuration Management</h1> | |||
| 50 | 50 | ||
| 51 | 51 | <p>Configuration management involves modifying servers from an existing state to | |
| 52 | 52 | a desired state. Numerous tools exist to modify the state in a controlled | |
| 53 | - way, including Puppet, Chef, Salt, and Ansible.</p> | ||
| 53 | + way, including <a class="reference external" href="http://puppetlabs.com/puppet/what-is-puppet">Puppet</a>, | ||
| 54 | + <a class="reference external" href="http://www.getchef.com/chef/">Chef</a>, | ||
| 55 | + <a class="reference external" href="http://www.saltstack.com/">SaltStack</a>, and Ansible.</p> | ||
| 54 | 56 | <div class="section" id="ansible"> | |
| 55 | 57 | <h2>Ansible</h2> | |
| 56 | 58 | <p><a class="reference external" href="http://www.ansibleworks.com/">Ansible</a> is an open source configuration | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,13 +7,15 @@ Configuration Management | |||
| 7 | 7 | ||
| 8 | 8 | Configuration management involves modifying servers from an existing state to | |
| 9 | 9 | a desired state. Numerous tools exist to modify the state in a controlled | |
| 10 | - way, including Puppet, Chef, Salt, and Ansible. | ||
| 10 | + way, including `Puppet <http://puppetlabs.com/puppet/what-is-puppet>`_, | ||
| 11 | + `Chef <http://www.getchef.com/chef/>`_, | ||
| 12 | + `SaltStack <http://www.saltstack.com/>`_, and Ansible. | ||
| 11 | 13 | ||
| 12 | 14 | ||
| 13 | 15 | Ansible | |
| 14 | 16 | ------- | |
| 15 | 17 | `Ansible <http://www.ansibleworks.com/>`_ is an open source configuration | |
| 16 | - management and application deployment tool built in Python. | ||
| 18 | + management and application deployment tool built in Python. | ||
| 17 | 19 | ||
| 18 | 20 | ||
| 19 | 21 | Ansible Resources | |
| Back | FazBrowse Home | New Git URL |
0 commit comments