- 05 Sep, 2013 2 commits
-
-
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 4 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
- 29 Aug, 2013 3 commits
-
-
James Cammarata committed
-
This reverts commit 1d13ec2d.
James Cammarata committed -
* ssh port not being picked up, always uses default of 22 * forgot to 'import time' in the fireball2 connection plugin
James Cammarata committed
-
- 28 Aug, 2013 1 commit
-