- 23 Feb, 2013 19 commits
-
-
Michael DeHaan committed
-
Yves Dorfsman committed
-
Yves Dorfsman committed
-
Venv command
Michael DeHaan committed -
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
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 fact
Ton 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 7 commits
-
-
Skips fnmatch'ing if there is only a '*' in filter.
Michel Blanc committed -
Fixed duplicate call for file attributes checking
Michel Blanc committed -
Added support for --check in zfs module
Michael DeHaan committed -
Johan Wirén committed
-
Added path expanding for dest in lineinfile Added common file arguments to lineinfile so the module gets owner, group, mode and SE options. Decorated existing example to demonstate usage of file options and added a couple more examples Message is not set accordingly when file attributes were changed 'absent' handling code now handles the case where the file doesn't exists (was issuing a Traceback before) File attribute handling code has been added to the 'absent' handling function too. File attributes handling has been grouped in 'def check_file' since it's required in both places. 'absent' mode now returns a message like it's counterpart 'present', telling if file attributes were altered and if lines have matched.
Michel Blanc 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 5 commits
-
-
Fix diff output vertical spacing
Daniel Hokka Zakrisson committed -
Fixes #2165.
Daniel Hokka Zakrisson committed -
jibs committed
-
Mikael Zayenz Lagerkvist committed
-
Key filtering moved before returning results
Michel Blanc committed
-
- 20 Feb, 2013 9 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 -
Changed code so key doesn't get reassigned in loop Made use of filtr variable
Michel Blanc committed -
Added examples covering all available globs Added a use case of filtering only facts returned by facter
Michel Blanc committed -
Added an example on how to filter keys returned by the module.
Michel Blanc committed -
Adds facts filtering using fnmatch, via the 'filter' option. Usage: ansible -m setup -a 'filter=ansible_*_mb'
Michel Blanc committed -
pause: Fix small documentation glitch
Michael DeHaan committed
-