- 30 Sep, 2015 9 commits
-
-
Inject existing groups at InventoryDir initialization
James Cammarata committed -
Bring groups handling in ini.py up-to-date (trivial fix)
James Cammarata committed -
Releases are named after Led Zeppelin songs as of 2.0.0.
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Abhijit Menon-Sen committed
-
Abhijit Menon-Sen committed
-
Since c8f2483d, ini.py expects to always be passed in a pre-created list of groups, and can no longer deal sensibly with an empty list; this just makes that expectation clear.
Abhijit Menon-Sen committed
-
- 29 Sep, 2015 17 commits
-
-
Jeff Geerling committed
-
Fixes #12563
James Cammarata committed -
Fixes #12560
James Cammarata committed -
Fixes #12536
James Cammarata committed -
Describe the units for fact_caching_timeout
Brian Coca committed -
This fixes a corner case where ini files live in a subdir of the main inventory directory. Reproducing the original error: mkdir -p inventory/ini cat > inventory/ini/hosts << EOF [www] www1 EOF $ ansible -i inventory/ all -m ping ERROR! 'all' (or without the [www] group, it would complain about 'ungrouped')
Serge van Ginderachter committed -
Austin Ziegler committed
-
Fixes #12505
James Cammarata committed -
Python 3: there's no basestring
James Cammarata committed -
Fixes another failing test. (I don't want to do a global search/replace for 'basestring' because I want to have unit tests covering each occurrence. When I run out of existing failing tests, I'll try to write new ones.)
Marius Gedminas committed -
Toshio Kuratomi committed
-
* Remove extraneous imports * Fix some error handling * Enable pipelining * Disable su since it doesn't work * Add error message when installed docker is not recent enough to support this plugin * Move nested functions to class level * Make transport a class attribute * Make exec_command, put_file and fetch_file more robust
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Fixes #12524
James Cammarata committed -
Konstantin Manna committed
-
Konstantin Manna committed
-
Brian Coca committed
-
- 28 Sep, 2015 14 commits
-
-
* Disable su as it's not currently working 100% (and was disabled in v1). * Move BUFSIZE out of the class to match other conenction plugins * _connect shouldn't return self.
Toshio Kuratomi committed -
requested via play context
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
cloudstack: improvements and tests
Brian Coca committed -
Toshio Kuratomi committed
-
#9130 rebase: EC2 Inventory Boto Profile Support
Toshio Kuratomi committed -
Re-order the methods in ssh.py so that methods needed for implementation are near and just above the relevant public methods. Standard with the rest of the code base.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
A couple of ssh cleanups
Toshio Kuratomi committed -
Make use of better error handling mechanism
Will Thames committed -
Jameel Al-Aziz committed
-
Jameel Al-Aziz committed
-
Fixes merge conflicts and standardizes option naming
Jameel Al-Aziz committed -
the use of boto profiles for separating credentials as specified in http://boto.readthedocs.org/en/latest/boto_config_tut.html
Jeff '2 bits' Bachtel committed
-