- 20 Jan, 2013 2 commits
-
-
Tim Gerla committed
-
Michael DeHaan committed
-
- 14 Dec, 2012 1 commit
-
-
At the moment Ansible prefers yes/no for module booleans, however booleans in playbooks are still using True/False, rather than yes/no. This changes modifies boolean uses in playbooks (and man pages) to favor yes/no rather than True/False. This change includes: - Adaptation of documentation and examples to favor yes/no - Modification to manpage output to favor yes/no (the docsite output already favors yes/no)
Dag Wieers committed
-
- 01 Dec, 2012 1 commit
-
-
Michael DeHaan committed
-
- 19 Nov, 2012 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 11 Nov, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 03 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 26 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 23 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 21 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 20 Oct, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 19 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 16 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 13 Oct, 2012 1 commit
-
-
implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples.
Michael DeHaan committed
-
- 12 Oct, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 09 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 08 Oct, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 01 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 28 Sep, 2012 1 commit
-
-
Michael DeHaan committed
-
- 26 Sep, 2012 1 commit
-
-
Michael DeHaan committed
-
- 19 Sep, 2012 1 commit
-
-
Michael DeHaan committed
-
- 11 Sep, 2012 1 commit
-
-
Michael DeHaan committed
-
- 07 Sep, 2012 1 commit
-
-
Michael DeHaan committed
-
- 06 Sep, 2012 1 commit
-
-
Michael DeHaan committed
-
- 05 Sep, 2012 1 commit
-
-
Michael DeHaan committed
-
- 30 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 20 Aug, 2012 1 commit
-
-
Adds a thirsty=yes|no to the get_url module, such that if downloading a large file from the internet you can decide whether to download it every time or not -- will replace only on change, or decide to not download. The default is thirsty=no which will not download every time by default.
Michael DeHaan committed
-
- 19 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 18 Aug, 2012 2 commits
-
-
Michael DeHaan committed
-
Adds the 'serial' keyword to a playbook which controls how many hosts can be running through a playbook at a single time. The default is 0, which means all hosts. If set to 1, each host would run a playbook all the way through before moving on the next host. Fact gathering is still parallel, regardless of the serial setting.
Michael DeHaan committed
-