- 22 Sep, 2015 12 commits
-
-
Credits to @jeffersongirao, who provided the patch.
Rene Moser committed -
It is not uncommon that the API returns string for int values e.g. ports in listFirewallRules or listPortForwardings,
Rene Moser committed -
Rene Moser committed
-
Python 3: there's no basestring
James Cammarata committed -
Fix option descriptions in ansible-doc output
James Cammarata committed -
James Cammarata committed
-
Fixes #12462.
Marius Gedminas committed -
James Cammarata committed
-
Fixes #12460
James Cammarata committed -
Fixes one failing test. Now technically a filename can be a bytestring, even on Python 3. I hope this is unlikely for Ansible.
Marius Gedminas committed -
Without rebreaking #12055 Fixes #ansible-modules-core/2098
James Cammarata committed -
Detect if core modules aren't installed and warn if that is the case
James Cammarata committed
-
- 21 Sep, 2015 13 commits
-
-
Fixes #11206
Toshio Kuratomi committed -
Brian Coca committed
-
Fix typo
James Cammarata committed -
Follow up to 8769f03c, which allows the undefined var error to be raised if we're getting vars with a full context (play/host/task) and the host has already gathered facts. In this way, vars_files containing variables that fail to be templated are not silently ignored.
James Cammarata committed -
Nathaniel Schaaf committed
-
Brian Coca committed
-
Python 3: there is no 'basestring'
James Cammarata committed -
Fixes #12449
James Cammarata committed -
Close module file once we're done reading from it
Brian Coca committed -
Toshio Kuratomi committed
-
This fixes a failing unit test. In actual use (which is still quite far), I'm not sure if bytes -> unicode conversion should be done here (in which case the code will fail with an AttributeError: 'bytes' object has no attribute 'readlines'), or inside self._connection.exec_command() (in which case my change is correct).
Marius Gedminas committed -
Use dict.get()
James Cammarata committed -
Victor Salgado committed
-
- 20 Sep, 2015 3 commits
-
-
Stops using _groups_list to check for host when using 'add_host'
James Cammarata committed -
Fix typo, remove redundant paragraph
Toshio Kuratomi committed -
Fixes #12437
James Cammarata committed
-
- 18 Sep, 2015 12 commits
-
-
Fixes #12427
James Cammarata committed -
Python 3: there's no xrange
James Cammarata committed -
Support «hosts: foo[1:]» and add tests for split/apply_subscript
James Cammarata committed -
Now, instead of relying on hostvars on the executor side, we compile the vars for the delegated to host in a special internal variable and have the PlayContext object look for things there when applying task/ var overrides, which is much cleaner and takes advantage of the code already dealing with all of the magic variable variations. Fixes #12127 Fixes #12079
James Cammarata committed -
* Clearing interpreter settings from variables, so those set for the original host aren't incorrectly applied to the delegated to host * Fixed incorrect string for remote user in delegated hosts hostvars * Properly looking for multiple possiblities in the delegated-to hosts hostvars (ansible_ssh_host vs. ansible_host)
James Cammarata committed -
Fix example formatting in the documentation
Brian Coca committed -
added new module object to vca
Brian Coca committed -
Peter Sprygada committed
-
Abhijit Menon-Sen committed
-
Abhijit Menon-Sen committed
-
initial add of vca common module
Brian Coca committed -
fixes #12434
Brian Coca committed
-