- 23 Feb, 2013 4 commits
-
-
Add support for additional EXAMPLES string in Ansible modules
Michael DeHaan committed -
Michael DeHaan committed
-
git://github.com/mmoya/ansibleMichael DeHaan committed
-
- 22 Feb, 2013 4 commits
-
-
Added support for --check in zfs module
Michael DeHaan committed -
Johan Wirén committed
-
Fixed file-path in comment from examples.yml to intro_example.yml.
Michael DeHaan committed -
minor docs tweak: link directly to ec2 ini file
Michael DeHaan committed
-
- 21 Feb, 2013 4 commits
-
-
Fix diff output vertical spacing
Daniel Hokka Zakrisson committed -
Fixes #2165.
Daniel Hokka Zakrisson committed -
jibs committed
-
Mikael Zayenz Lagerkvist committed
-
- 20 Feb, 2013 18 commits
-
-
Adds 'chroot' connection for executing modules chrooted to a local dir. Requires running ansible as root. chroot dirs should be specified in the inventory like any other host. You can do things like: $ sudo -E ansible -vvv -f 1 "./chroot1,./chroot2" -c chroot \ all -m setup $ sudo -E ansible-playbook -vvv -f 1 -i "./chroot1,./chroot2" \ -c chroot some-playbook.yml some-playbook.yml: --- - hosts: all tasks: - name: echo something shell: echo "Yaaay!" >/tmp/foobar.txt - name: install less apt: pkg=less state=latest
Maykel Moya committed -
Stoned Elipot committed
-
Maykel Moya committed
-
* get_file_contents returns None when file is not available. When /etc/mtab is pointing to /proc/mounts and /proc is not mounted, mtab.split will traceback.
Maykel Moya committed -
pause: Fix small documentation glitch
Michael DeHaan committed -
Added more users of ansible (TCHPC and DRI)
Michael DeHaan committed -
Jimmy Tang committed
-
Dag Wieers committed
-
uri: load JSON for content-type: application/json
Michael DeHaan committed -
document check prefix of content-type and merge dicts amend doc load JSON into 'json' subkey
Jan-Piet Mens committed -
Adding ec2-related module example to examples/playbooks
Michael DeHaan committed -
fixes freebsd setup issues with jails
Michael DeHaan committed -
teach apt module to support --check mode
Michael DeHaan committed -
Add support for security group id parameter ISSUE #2029
Michael DeHaan committed -
Prevents PATH, PYTHONPATH etc... to be re-added.
Michael DeHaan committed -
Michael DeHaan committed
-
Add support for security group id parameter, remove default for group name (since AWS already sets a default). ISSUE #2029
lwade committed -
Yves Dorfsman committed
-
- 19 Feb, 2013 10 commits
-
-
Signed-off-by: Brian Coca <bcoca@tablethotels.com>
Brian Coca committed -
Kavin Kankeshwar committed
-
Kavin Kankeshwar committed
-
Fixes #2017.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
mail module: properly set charset
Daniel Hokka Zakrisson committed -
sysctl module: fixed issue when checks_after fail on comparing keys with...
Daniel Hokka Zakrisson committed -
sysctl module: fixed issue when checks_after fail on comparing keys with values separated by white strings
lessmian committed -
sysctl module: fixed issue when checks_after fail on comparing keys with values separated by white strings
lessmian committed -
lessmian committed
-