- 03 Sep, 2013 1 commit
-
-
listing EC2 inventory
Herby Gillot 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 3 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
- 29 Aug, 2013 2 commits
-
-
James Cammarata committed
-
This reverts commit 1d13ec2d.
James Cammarata committed
-
- 28 Aug, 2013 6 commits
-
-
Fix issue 3908. There was some ilegal operations over the sets
Michael DeHaan committed -
quantum_network: fix some doc mistakes
Michael DeHaan committed -
- tenant_name was missing. - comments were on wrong tasks. - error message had a reference to glance.
Darragh O'Reilly committed -
Fixes #3111
James Cammarata committed -
The cloudformation module argument spec should match the documentation.
Michael DeHaan committed
- 27 Aug, 2013 4 commits
-
-
The cloudformation module argument spec should match the documentation, so that template_parameters is a required argument.
Jharrod LaFon committed -
Raul Melo committed
-
Correctly handle option user_install in gem module
Michael DeHaan committed -
quantum_network should not default network provider type to local
Michael DeHaan committed
-
- 26 Aug, 2013 1 commit
-
-
Fix minor typo in playbook error message
Michael DeHaan committed
-
- 25 Aug, 2013 5 commits
-
-
Wincent Colaiuta committed
-
James Cammarata committed
-
James Cammarata committed
-
Add description and examples for the name parameter accepts a url or a l...
James Cammarata committed -
Apparently crontab on freebsd does not like the file path coming before the "-u username" portion of the command to install the crontab
James Cammarata committed
-
- 24 Aug, 2013 4 commits
-
-
Jocelyn Jaubert committed
-
Hiroaki Nakamura committed
-
Michael DeHaan committed
-
James Cammarata committed
-
- 23 Aug, 2013 7 commits
-
-
James Cammarata committed
-
Bruce Pennypacker committed
-
-
James Cammarata committed
-
James Cammarata committed
-
https://github.com/mscherer/ansible
Merge branch 'add_tests_inventory' of https://github.com/mscherer/ansible into mscherer-add_tests_inventory
James Cammarata committed
-