- 13 Oct, 2015 7 commits
-
-
Marius Gedminas committed
-
Python 3: there's no iteritems()
James Cammarata committed -
Marius Gedminas committed
-
Make ansible.vars.unsafe_proxy Python 3 friendly
James Cammarata committed -
Instead of str and unicode we have to deal with bytes and str.
Marius Gedminas committed -
Fixes ImportError: No module named '__builtin__' on Python 3.
Marius Gedminas committed -
James Cammarata committed
-
- 12 Oct, 2015 20 commits
-
-
Toshio Kuratomi committed
-
James Cammarata committed
-
AnsibleModules.log() fix for python3
Toshio Kuratomi committed -
Also add unittests for AnsibleModules.log() Fixes #12586
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
* corrupt/invalid file causes tracebacks * incorrect initialization of display/_display in BaseCacheModule class * tweaking the way errors in get() on jsonfile caches work, to raise a proper AnsibleError in that situation so the playbook/task is stopped Fixes #12708
James Cammarata committed -
Toshio Kuratomi committed
-
Fixes #12711
James Cammarata committed -
Added an option to use the private network IP address for DigitalOcean dynamic inventory
Brian Coca committed -
Removed deletion of salt by 'password' lookup
Brian Coca committed -
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 7 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
-