- 05 Sep, 2013 9 commits
-
-
Defaults arguments must not be added to the connection keywords, as the other postgresql modules already do. Closes #4043
Aurélien Bompard committed -
This was breaking at least the script module, so it would seem best to check for it and set it to the default executable value
James Cammarata committed -
Currently, the accelerate daemon will be run as the sudo_user if specified, which is incorrect.
James Cammarata committed -
James Cammarata committed
-
Scott Sturdivant committed
-
James Cammarata committed
-
Fix: raise correct error in accelerate mode
James Cammarata committed -
guersam committed
-
fix flattened plugin name in changelog
James Cammarata committed
-
- 04 Sep, 2013 11 commits
-
-
James Cammarata committed
-
Also some minor cleanup of some fb* variables and functions, which were remnants of the old fireball2 name Fixes #4021
James Cammarata committed -
James Cammarata committed
-
https://github.com/smoothify/ansible
Merge branch 'devel-duplicates2' of https://github.com/smoothify/ansible into smoothify-devel-duplicates2
James Cammarata committed -
https://github.com/sergevanginderachter/ansible…
Merge branch 'doublecallback' of https://github.com/sergevanginderachter/ansible into sergevanginderachter-doublecallback
James Cammarata committed -
smoothify committed
-
James Cammarata committed
-
https://github.com/smoothify/ansible
Merge branch 'devel-duplicates' of https://github.com/smoothify/ansible into smoothify-devel-duplicates
James Cammarata committed -
smoothify committed
-
James Cammarata committed
-
Serge van Ginderachter committed
-
- 03 Sep, 2013 12 commits
-
-
James Cammarata committed
-
The play was just checking for the presence of the keyword in the YAML datastructure, and not the value of the field, so doing something like variable substitution was always causing the play to be accelerated
James Cammarata committed -
* also minor tweak to the # of retries in the connection attempt Fixes #4012
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Fixes #3943
James Cammarata committed -
Fixes #3556
James Cammarata committed -
James Cammarata committed
-
Conflicts: lib/ansible/playbook/__init__.py lib/ansible/playbook/play.py
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
- 02 Sep, 2013 1 commit
-
-
fix JSON extra vars quotation.
Michael DeHaan committed
-
- 01 Sep, 2013 5 commits
-
-
Loading the default variables in _build_role_dependencies() lead to a side-effect where those variables were over-riding inventory variables.
James Cammarata committed -
James Cammarata committed
-
kiri committed
-
* Default variables are now fed directly into roles, just like the other variables, so that roles see their unique values rather than those set at the global level. * Role dependency duplicates are now determined by checking the params used when specifying them as dependencies rather than just on the name of the role. For example, the following would be included twice without having to specify "allow_duplicates: true": dependencies: - { role: foo, x: 1 } - { role: foo, x: 2 }
James Cammarata committed -
Adding regions_exclude parameter to be able to do subtractive region exc...
Michael DeHaan committed
-
- 31 Aug, 2013 1 commit
-
-
adding regions_exclude parameter to be able to do subtractive region exclusion. Defaults to us-gov-west-1 so as to not cause errors for people who don't have govcloud credentials but get it in their regions list
Jeremy Price committed
-
- 30 Aug, 2013 1 commit
-
-
James Cammarata committed
-