- 03 Jan, 2014 7 commits
-
-
James Tanner committed
-
build manpages.
Michael DeHaan committed -
Michael DeHaan committed
-
James Tanner committed
-
service_module: Fixed false positive on initctl as enable_cmd
jctanner committed -
bad closing quote in footer
Michael DeHaan committed -
John Jarvis committed
-
- 02 Jan, 2014 7 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
James Tanner committed
-
Fixes #4935 Synchronize module: set destination to an fqdn if connection is not local, and abide by ansible_remote_user
James Tanner committed -
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 13 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
-