- 23 Dec, 2014 3 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Need for clarification brought up here: https://github.com/ansible/ansible/issues/9877
Toshio Kuratomi committed
-
- 22 Dec, 2014 8 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
test_git: add tests for `refspec' argument
Toshio Kuratomi committed -
Fix conditionals doc example
Brian Coca committed -
There are still a couple of modules that use their own lists, but that should not prevent this merge, those should be adapted to use this list in subsequent patch
Brian Coca committed -
cache json fixes
Brian Coca committed -
Use most recent parameters for yum
Jérémie Astori committed
-
- 20 Dec, 2014 2 commits
-
-
Brian Coca committed
-
now uses utils.jsonify which does proper utf8 encoding
Brian Coca committed
-
- 19 Dec, 2014 5 commits
-
-
Add a explicit error when fact_caching_connection is not set
Brian Coca committed -
Add a new inventory group so you can see instances in a particular VPC
Brian Coca committed -
By default, jsonfile is not documented, and the error message when fact_caching_connection is not set is a bit puzzling, so a error message would be beeter ( documentation too ). While redis is faster for bigger setup, jsonfile is fine for a small setup and is easier to deploy. The module will then stop ansible-playbook, as this match better the philosophy of Ansible being a fail-fast system.
Michael Scherer committed -
Dan Jenkins committed
-
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 17 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
-