- 23 Feb, 2013 10 commits
-
-
library/setup
Ton Kersten committed -
commit 1c9b2a6035913969b515862e37e7e1aca24529e0 Author: Ton Kersten <tonk@master.tonkersten.com> Date: Tue Feb 19 15:54:36 2013 +0100 Added osfamily factTon Kersten committed -
Add force= and make thirsty= an alias for backward compatibility
Michael DeHaan committed -
Better sysctl module file check
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
all module docs to do this.
Michael DeHaan committed -
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 22 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=latestMaykel 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 -
Dag Wieers 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 -
It s not necessary to write an empty string for the file to be created.
Michel Blanc 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
-
When destination sysctl file is missing, it is created. But, for idempotency purposes, the creation process now takes place just before it is used, in the main code path so an empty file is not left over if the code module.fail_jsons before the file is really used.
Michel Blanc committed -
When syscl file was missing, sysctl module was complaining about it and bailing out. This behaviour prevents usage of /etc/sysctl.d directory, present in some distributions. This patch accepts a missing sysctl.conf file so sysctl.d directory can be used. However, it will bail out if the destination directory doesn't exist.
Michel Blanc 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
-