- 12 Oct, 2015 9 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
Charles Paul committed
-
added methods for retrieving vapp and vm
Brian Coca committed -
James Cammarata committed
-
James Cammarata committed
-
https://github.com/klshxsh/ansible…
Merge branch 'serial_should_be_string' of https://github.com/klshxsh/ansible into klshxsh-serial_should_be_string
James Cammarata committed -
Note that this allows both integers (e.g. 3) and percentages (e.g. "30%") Also changed default back to 0 rather than '0'
klshxsh committed
- 11 Oct, 2015 3 commits
-
-
Adding the inventory_file var back
James Cammarata committed -
James Cammarata committed
-
Ben Keith committed
-
- 10 Oct, 2015 3 commits
-
-
Update docs (playbooks_loops.rst, playbooks_filters.rst)
Toshio Kuratomi committed -
James Cammarata committed
-
Installation update for people using Fishshell
Toshio Kuratomi committed
-
- 09 Oct, 2015 21 commits
-
-
Update synchronize module plugin to work on OS X
Toshio Kuratomi committed -
Petr Mifek committed
-
Update lookups doc with shelvefile example
Toshio Kuratomi committed -
Brian Coca committed
-
Brian Coca committed
-
The serial keyword can be specified as a percentage, e.g '30%' or a number e.g. '3'; therefore it needs to be a string to allow both types
klshxsh committed -
Add Python 3.5 to tox.ini and Travis
Toshio Kuratomi committed -
Brian Coca committed
-
This reverts commit 49ca0eb7.
Brian Coca committed -
removed changes to make local action equate connection=local and brought it back to equate delegate_to=localhost
Brian Coca committed -
Fix an issue where cache plugins weren't updated in certain scenarios
Brian Coca committed -
fixes #12683
Brian Coca committed -
The first call to persisting facts would work due to the assignment of a MutableMapping calling __setitem__ but subsequent module fact data would not be propogated to the fact cache plugins because update() doesn't invoke __setitem__. This changes the behavior a little bit and ensures set() is called on cache plugins.
Matthew Jones committed -
Remove some warning of undefined name and fix classmethod syntax error.
Brian Coca committed -
James Cammarata committed
-
Use AWS_DEFAULT_REGION env var if none specified
James Cammarata committed -
James Cammarata committed
-
Fixes #12676
James Cammarata committed -
Shayne Clausson committed
-
soarpenguin committed
-
soarpenguin committed
-
- 08 Oct, 2015 4 commits
-
-
Fixes #12667
James Cammarata committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Also some pre-emptive python3 compat and a code simplification
Toshio Kuratomi committed
-