- 19 Dec, 2014 1 commit
-
-
Includes a basic test of the clone and update cases.
Rohan McGovern committed
-
- 17 Dec, 2014 5 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 16 Dec, 2014 21 commits
-
-
math filters!
Toshio Kuratomi committed -
already
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Fix vars_prompt no/false default values
Toshio Kuratomi committed -
Do not use the variable name as a key for the result of the module
Toshio Kuratomi committed -
Make sure ansible-doc work when stdin is not a tty
Toshio Kuratomi committed -
Request: Honor the "no_proxy" environment variable in Ansible
Toshio Kuratomi committed -
Nathan Cahill committed
-
Strip the line to filter lines composed of only whitespaces
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Comment remote_port in the example ansible.cfg so users do not override their .ssh/config settings by default
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Add support for win_copy, win_file and win_template modules.
Brian Coca committed -
Now uses sha1 checksums following merge of 9688. Also I undid the changes I made to fetch.py win_template.py now uses conn.shell.has_trailing_slash and conn.shell.join_path updated integration tests.
Jon Hawkesworth committed -
root committed
-
Add integration tests for win_feature
Brian Coca committed -
Fixed error handling for the enabling of PS Remoting
Chris Church committed -
Willem Pienaar committed
-
- 15 Dec, 2014 9 commits
-
-
Document static groups of dynamic groups
Brian Coca committed -
Feature/egg info
Brian Coca committed -
Fixes distribution in facts for openSuSE. Used https://github.com/ansibl...
Brian Coca committed -
Jonathan Mainguy committed
-
members of a list must start with ``- ``
Brian Coca committed -
axiaoxin committed
-
axiaoxin committed
-
axiaoxin committed
-
axiaoxin committed
-
- 14 Dec, 2014 4 commits
-
-
Using the variable name can interfere with various systems used to communicate between modules and ansible ( as reported in #7732 , where ansible_facts is a reserved key for updating the fact cache, for example ).
Michael Scherer committed -
(less) 2> /dev/null would fail if stdin is /dev/null. Sinceless --version do not read anything from stdin, it is perfect for seeing if the software exist or not. Also replace the whole os system detection by directly using subprocess ( as we use it elsewhere, we already depend on it ).
Michael Scherer committed -
This can be used from another non interactive software, see #9695 for details.
Michael Scherer committed -
Jason Holland committed
-