- 23 Feb, 2013 26 commits
-
-
Add support for connection type in ansible_hosts file
Michael DeHaan committed -
CloudFormation support.
Michael DeHaan committed -
Issue #2158 - add VPC subnet ID support
Michael DeHaan committed -
mysql_db/user: Use password for my.cnf
Michael DeHaan committed -
Michael DeHaan committed
-
Yves Dorfsman committed
-
Yves Dorfsman committed
-
Venv command
Michael DeHaan committed -
lwade committed
-
lwade 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 -
Patrick Pelletier 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 11 commits
-
-
James Martin committed
-
Skips fnmatch'ing if there is only a '*' in filter.
Michel Blanc committed -
Fixed duplicate call for file attributes checking
Michel Blanc committed -
Patrick Pelletier committed
-
Added support for --check in zfs module
Michael DeHaan committed -
Johan Wirén committed
-
Till Maas committed
-
According to the MySQL docs[0] the password should be stored after 'password=' instead of 'pass='. [0] http://dev.mysql.com/doc/refman/5.1/en/password-security-user.html
Till Maas 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 3 commits
-
-
Fix diff output vertical spacing
Daniel Hokka Zakrisson committed -
Fixes #2165.
Daniel Hokka Zakrisson committed -
jibs committed
-