- 30 Sep, 2015 34 commits
-
-
Python 3: fix most tests for ansible.module_utils.basic
Toshio Kuratomi committed -
Windows: Added parameter validation to the get-attr function / Get-AnsibleParam
Brian Coca committed -
Trond Hindenes committed
-
Fixes #12482
James Cammarata committed -
chouseknecht committed
-
chouseknecht committed
-
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
-
Marius Gedminas committed
-
(I don't have a system with selinux to test if the module still wants byte strings even on Python 3.)
Marius Gedminas committed -
Marius Gedminas committed
-
Marius Gedminas committed
-
(Reminder: cannot use six here, module_utils get shipped to remote machines that may not have six installed -- besides six doens't support Python 2.4.)
Marius Gedminas committed -
Python 3 doesn't have 'basestring' and 'unicode'. Python 2.4 doesn't have 'bytes'
Marius Gedminas committed -
This caused an ImportError in a test module and showed up as one test failure. Now the test module can get imported and many more tests fail (on Python 3). Such is life. ;-)
Marius Gedminas 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 6 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
-