- 02 Jan, 2014 1 commit
-
-
synchronize: allow ansible_ssh_host to be templated
jctanner committed
-
- 31 Dec, 2013 1 commit
-
- 30 Dec, 2013 1 commit
-
-
Fix a small typo
Michael DeHaan committed
-
- 29 Dec, 2013 1 commit
-
-
Christian Jensen committed
-
- 27 Dec, 2013 10 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
fix various documentation xrefs
Michael DeHaan committed -
Fix documentation example for the fail module
Michael DeHaan committed -
Mikhail Sobolev committed
-
The example for the fail module doesn't work: http://www.ansibleworks.com/docs/modules.html#fail The current text shows: - fail: msg="The system may not be provisioned according to the CMDB status." when: "{{ cmdb_status }} != 'to-be-staged'" The "when" documentation indicates that the argument is already a Jinja2 expression: http://www.ansibleworks.com/docs/playbooks_conditionals.html#the-when-statement Thus, the following is when: cmdb_status != "to-be-staged" is preferred even though the following could work but generates a deprecation warning: when: {{cmdb_status != "to-be-staged"}}
Jim Kleckner committed
-
- 26 Dec, 2013 18 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Mikhail Sobolev committed
-
Mikhail Sobolev committed
-
Mikhail Sobolev committed
-
Michael DeHaan committed
-
added more usefull example for jinja2 overrides
Michael DeHaan committed -
Missing "is" in file module description
Michael DeHaan committed -
Updated main description to state that the yum module will handle package groups. Added descriptions for each example, as it is unclear to (some) users that @Name implies a group install.
beefsalad committed -
used) Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Michael DeHaan committed
-
Maykel Moya committed
-
Michael DeHaan committed
-
Add note about how to submit doc changes to generated module docs, limit TOC depth for module category list.
Michael DeHaan committed -
out of github.
Michael DeHaan committed
-
- 25 Dec, 2013 8 commits
-
-
Mikhail Sobolev committed
-
Mikhail Sobolev committed
-
Mikhail Sobolev committed
-
Mikhail Sobolev committed
-
Mikhail Sobolev committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-