- 30 Sep, 2015 21 commits
-
-
Also added --ignore-certs option for use with install and search commands. Helpful when overriding server and server has self signed cert.
chouseknecht committed -
Make ansible-vault view not write plaintext to a tempfile
Brian Coca committed -
CLI already provides a pager() method that feeds $PAGER on stdin, so we just feed that the plaintext from the vault file. We can also eliminate the redundant and now-unused shell_pager_command method in VaultEditor.
Abhijit Menon-Sen committed -
Brian Coca committed
-
task logging revamp
Brian Coca committed -
Brian Coca committed
-
facts: correctly detect docker inside a xen host
Brian Coca committed -
Guidance for pycrypto install on Mac OSX
Brian Coca committed -
Linus Unnebäck committed
-
Fixes #12558
James Cammarata committed -
Fixes #12527
James Cammarata committed -
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 -
Nathan Sowatskey committed
-
- 29 Sep, 2015 19 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 -
Nathan Sowatskey committed
-
Nathan Sowatskey 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
-