1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
Find a file
Dag Wieers 7d990fa167 Clarify how only_if works, also combined with with_items
- The old documentation stated not to quote the variable in the function, which is obviously wrong. When using lists or integers, we have to quote otherwise the startswith() method will trip over its non-existence.
- It was unclear that the only_if statement is processed for each item when doing with_items, so I added an example making it crystal clear how this can be used in your advantage (or why a non-existing list variable can break your logic if you expected the only_if to be processed once before running the task)
2012-10-22 12:30:47 +02:00
bin trivial --syntax-check option to ansible to just do the yaml validation 2012-10-15 17:48:25 -04:00
contrib Update Hadoop contrib URL. 2012-10-19 10:49:44 -04:00
docs/man Release version bump for 0.9 (development branch) 2012-10-19 21:01:57 -04:00
docsite Clarify how only_if works, also combined with with_items 2012-10-22 12:30:47 +02:00
examples add role_attr_flags parameter to postgresql_user 2012-10-15 16:03:10 -07:00
hacking Added 'script', a module that can push and insantly run a remote script. Replaces the need to copy+command. 2012-10-20 12:12:07 -04:00
lib/ansible Fix ansible_ssh_host again 2012-10-21 21:22:56 +02:00
library Various performance streamlining and making the file features usable in all modules without daisy chaining. 2012-10-20 22:55:09 -04:00
packaging Release version bump for 0.9 (development branch) 2012-10-19 21:01:57 -04:00
plugins Merge pull request #1351 from cocoy/ec2-v2 2012-10-16 20:16:40 -07:00
test Fix ansible_ssh_host again 2012-10-21 21:22:56 +02:00
.gitignore Fix documentation consistency in .gitignore 2012-10-12 17:37:30 -04:00
CHANGELOG.md update changelog 2012-10-20 23:07:49 -04:00
CONTRIBUTING.md Add a bit more info about tests to CONTRIBUTING 2012-10-21 07:15:30 -04:00
COPYING license file should be in source tree 2012-03-15 20:24:22 -04:00
Makefile Put generated manpages back in correct directory 2012-10-10 20:09:40 -04:00
MANIFEST.in Add some docs/examples 2012-08-14 13:05:44 -04:00
README.md Update website link 2012-09-24 21:56:37 -04:00
RELEASES.txt Adds release date for Cathedral 2012-10-20 17:21:10 -07:00
setup.py add lookup plugins to setup.py 2012-10-12 20:07:45 -04:00
VERSION Release version bump for 0.9 (development branch) 2012-10-19 21:01:57 -04:00

Ansible

Ansible is a radically simple configuration-management, deployment, task-execution, and multinode orchestration framework.

Read the documentation and more at http://ansible.cc

Design Principles

  • Dead simple setup
  • Super fast & parallel by default
  • No server or client daemons; use existing SSHd
  • No additional software required on client boxes
  • Modules can be written in ANY language
  • Awesome API for creating very powerful distributed scripts
  • Be usable as non-root
  • The easiest config management system to use, ever.

Get Involved

Branch Info

  • Releases are named after Van Halen songs.
  • The devel branch corresponds to the release actively under development.
  • Various release-X.Y branches exist for previous releases
  • We'd love to have your contributions, read "CONTRIBUTING.md" for process notes.

Author

Michael DeHaan -- michael.dehaan@gmail.com

http://michaeldehaan.net