- 28 Oct, 2014 1 commit
-
-
Juri Glass committed
-
- 23 Oct, 2014 1 commit
-
-
There is some kind of duplicated content with http://docs.ansible.com/faq.html#how-do-i-loop-over-a-list-of-hosts-in-a-group-inside-of-a-template and this gotcha isn't listed here.
Juri Glass committed
-
- 22 Oct, 2014 11 commits
-
-
Fixes #9316
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
James Cammarata committed
-
Michael DeHaan committed
-
Fixes #9399
James Cammarata committed -
This reverts commit a6029264. Fixes #9400
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Update intro_installation.rst
James Cammarata committed -
Add host to polling message
James Cammarata committed
-
- 21 Oct, 2014 20 commits
-
-
James Cammarata committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
* moved old unittests for vault over to the new codebase * reverted YAML error helpers and reverted the load() function in parsing/__init__.py, pending a rewrite of a new YAML loader class of some kind to encapsulate all of that * fixed an error in in the module args parser regarding the shell/ command argument parsing, where some additional arguments were being lost
James Cammarata committed -
James Cammarata committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Corrected casing of Jinja2 in pip dependencies.
ronalexander committed -
Debian/Ubuntu doesn't have group nobody so remove the group portion of the new template tests as owner and mode will exercise the problematic code path
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
integration tests
Toshio Kuratomi committed -
Fixes #9350
Toshio Kuratomi committed -
Change "usuable" to "usable".
Toshio Kuratomi committed -
Fix typo
Toshio Kuratomi committed -
`Propspective` -> `Prospective`
Michael Warkentin committed -
The message for when an async task has finished has the hostname in it. This adds it to the polling message as well: ``` <job 390794962174.18311> finished on 107.6.24.140 <job 390794962174.31779> finished on 69.90.50.171 <job 390794962174.12328> polling on 69.90.50.172, 6840s remaining ```
Michael Warkentin committed
-
- 20 Oct, 2014 7 commits
-
-
Added _meta hostvars key to gce.py plugin
James Cammarata committed -
Fixes #9333
James Cammarata committed -
* using inspect module instead of iteritems(self.__class__.__dict__, due to the fact that the later does not include attributes from parent classes * added tags/when attributes to Base() class for use by all subclasses * removed value/callable code from Attribute, as they are not used * started moving some limited code from utils to new places in v2 tree (vault, yaml-parsing related defs) * re-added ability of Block.load() to create implicit blocks from tasks * started overhaul of Role class and role-related code
James Cammarata committed -
Detect docker as virtualization_type
James Cammarata committed -
Detect kvm guests through sys_vendor.
James Cammarata committed -
Toshio Kuratomi committed
-
insaneirish committed
-