- 01 Oct, 2015 7 commits
-
-
Brian Coca committed
-
Fixes #12590
James Cammarata committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 30 Sep, 2015 33 commits
-
-
Windows: Updated docs
Brian Coca committed -
Trond Hindenes committed
-
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
-