diff options
author | Alex Diaconu <alex.diaconu@gmx.com> | 2013-07-05 15:25:23 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-07-07 09:11:41 -0300 |
commit | a9a2f3683a6b007dd29c9780497f23877b13668a (patch) | |
tree | 8cd6dd80710dd52596cde2ca48c346e8b4bbe348 /system/ansible/README | |
parent | 49f20361ff32be6654915ae77b71fd0ed78e76bd (diff) |
system/ansible: Added (a ssh based config management framework)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/ansible/README')
-rw-r--r-- | system/ansible/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/ansible/README b/system/ansible/README new file mode 100644 index 0000000000000..3445653f0fe43 --- /dev/null +++ b/system/ansible/README @@ -0,0 +1,13 @@ +Ansible (a ssh based config management framework) + +A radically simple, model-driven orchestration solution that automates +configuration, software deployment, and other IT needs. + +It comes as an easy-to-use and powerful alternative to infrastructure +management tools such as CFEngine, Chef, Puppet, and SaltStack. + +*Note* that as the source tarball is hosted by github (nodeload), its filename +will vary depending on the download method. The filename may be "release1.2" +when downloaded via wget/curl or it may be "ansible-ansible-v1.2-*.tar.gz" +when downloaded via a browser. Any other form will not be accounted for, as +the SlackBuild script is set to handle only those two filename patterns. |