- 23 Apr, 2013 23 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
People using vagrant are driving things top-down through the new provisioner, so the idea of using ansible to fire against vagrant which then calls ansible seems weird to me. This module can still be maintained outside of core.
Michael DeHaan committed -
Documentation: Mention vars_files before the Roles section in playbooks1 chapter
Michael DeHaan committed -
New module 'set_fact' to define host facts
Michael DeHaan committed -
apt module: part rewrite of the upgrade logic
Michael DeHaan committed -
URI module -- make it support HTTP 301, 302, 303, 304, 307
Michael DeHaan committed -
While here factor out password prompting in ansible.utils
Stoned Elipot committed -
Michael DeHaan committed
-
Added 'validate' feature to copy and template modules,
Michael DeHaan committed -
Michael DeHaan committed
-
If sudoing and the sudo user is not root, the original file is saved as you, therefore delete that file as you.
Michael DeHaan committed -
Michael DeHaan committed
-
Allow args: var to be used to pass a variable in bare, and also templated versions should also DWIM.
Michael DeHaan committed -
in new template system.
Michael DeHaan committed -
Add region support to ec2 volume module.
Michael DeHaan committed -
Michael DeHaan committed
-
environment: foo
Michael DeHaan committed -
Lester Wade committed
-
- 22 Apr, 2013 4 commits
-
-
Add region parameter and changed connection code.
Michael DeHaan committed -
Lester Wade committed
-
Fix test so that it is /bin/sh compliant (issue #2742)
Michael DeHaan committed -
The old test used syntax that appeared to be bash-specific and did not work on platforms where /bin/sh did not point to bash. See issue #2742 where copy to solaris hosts failed with the error: output: {'stdout': '', 'stderr': '/bin/sh: test: argument expected\n', 'rc': 1}
Stephen Fromm committed
-
- 21 Apr, 2013 13 commits
-
-
Michael DeHaan committed
-
handlers must be run once
Michael DeHaan committed -
Documentation: Links are the best kinds of instructions
Michael DeHaan committed -
Michael DeHaan committed
-
Nit fix spelling of separate
Michael DeHaan committed -
Jim Kleckner committed
-
Link people right to this page on Github, so they can click "edit" right there. No need for them to search for the repo, figure out that the docsite isn't a separate repo, and navigate to the given dir.
Chad Ostrowski committed -
The Roles section assumes some familiarity with vars_files, which this note attempts to briefly provide.
Chad Ostrowski committed -
sysctl check fails if a custom sysctl_file is given.
Michael DeHaan committed -
so remove all occurences of each host from the handlers notified by lists
Stoned Elipot committed -
Alex Tomkins committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-