- 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 14 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 -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Caveats: * requiretty must be disabled in the sudoers config * asking for a password doesn't work yet, so any sudoers users must be configured with NOPASSWD * if not starting the daemon as root, the user running the daemon must have sudoers entries to allow them to run the command as the target sudo_user
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Still needs: * chunked file transfer/receive * should probably move all send/recv operations to separate functions to reduce code duplication * initial connection setup over ssh? or do we handle that in runner?
James Cammarata committed -
This is based somewhat loosely on how Keyczar does things. Their implementation does things in a much more generic way to allow for more variance in how the cipher is created, but since we're only using one key type most of our values are hard-coded. They also add a header to their messages, which I am not doing (don't see the need for it currently).
James Cammarata committed