- 01 Sep, 2015 22 commits
-
-
Adds utf-8 encoding to f5 module_utils
James Cammarata committed -
Show module name and args with -vvv
James Cammarata committed -
This information was earlier shown only with ANSIBLE_DEBUG, but it's extremely useful in a user context, especially with module invocations with deeply nested args like the ec2_vpc/ec2 modules. Closes #11680
Abhijit Menon-Sen committed -
James Cammarata committed
-
Fixes #12155
James Cammarata committed -
Changelog tweak: Mention --output - for ansible-vault encrypt/decrypt
James Cammarata committed -
Fix setting dns_name in cobbler inventory
James Cammarata committed -
Fixes #12081
James Cammarata committed -
Brian Coca committed
-
Add Nagios NDO inventory plugin
Brian Coca committed -
Jonathan Lestrelin committed
-
The contributor's name on line 10 (originally line 7) includes a character that the default Python encoding (ASCII) raises an error on when interpreting the file. Specifying the utf-8 encoding, as is done in other modules, resolves the error. The error being raised is SyntaxError: Non-ASCII character '\xc3' in file /.../lib/ansible/module_utils/f5.py on line 7, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
Tim Rupp committed -
Toshio Kuratomi committed
-
James Cammarata committed
-
Fixes #12154
James Cammarata committed -
Make combine_vars() compatible with Python 3
Toshio Kuratomi committed -
Brian Coca committed
-
Brian Coca committed
-
Fixes TypeError: unsupported operand type(s) for +: 'dict_items' and 'dict_items' on Python 3.
Marius Gedminas committed -
Fixes #12147
James Cammarata committed -
Brian Coca committed
-
Brian Coca committed
-
- 31 Aug, 2015 11 commits
-
-
moved WinRM setup script test after config
Brian Coca committed -
nitzmahone committed
-
Rebase of 10204 - Add host key for ssh url only.
Toshio Kuratomi committed -
James Cammarata committed
-
Rewrite function `get_fqdn`. It returns fqdn for all kinds of urls now. `add_git_host_key` determines whether a url is ssh and whether its host key should be added.
Desmond O. Chang committed -
James Cammarata committed
-
Fixes #11891
Toshio Kuratomi committed -
Change hacking scripts to python3 syntax
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Kevin Houdebert committed
-
Brian Coca committed
-
- 30 Aug, 2015 3 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Abhijit Menon-Sen committed
-
- 29 Aug, 2015 2 commits
-
-
Abhijit Menon-Sen committed
-
Fixed Spelling Error on Line 67
Brian Coca committed
-
- 28 Aug, 2015 2 commits
-
-
Orion Poplawski committed
-
Fixes #12145
James Cammarata committed
-