- 28 May, 2015 3 commits
-
-
Conflicts: lib/ansible/inventory/__init__.py lib/ansible/modules/core lib/ansible/utils/__init__.py lib/ansible/utils/module_docs.py
James Cammarata committed -
James Cammarata committed
-
Toshio Kuratomi committed
-
- 27 May, 2015 3 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
James Cammarata committed
-
- 26 May, 2015 16 commits
-
-
Toshio Kuratomi committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
limit extensions for files in group/host_vars dir
Brian Coca committed -
Brian Coca committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Include more info when a task fails
Brian Coca committed -
There is a common pattern in modules where some parameters are required only if another parameter is present AND set to a particular value. For instance, if a cloud server state is "present" it's important to indicate the image to be used, but if it's "absent", the image that was used to launch it is not necessary. Provide a check that takes as an input a list of 3-element tuples containing parameter to depend on, the value it should be set to, and a list of parameters which are required if the required parameter is set to the required value.
Monty Taylor committed -
Add required_if to AnsibleModule
Toshio Kuratomi committed -
Brian Coca committed
-
Adds "playbook", "role", and "task" fields to the output when a task fails. This makes it easier to pinpoint where the problem is, especially when you have a lot of roles and playbooks. e.g.: failed: [vagrant] => {..."playbook": "/Users/marca/dev/ansible/vagrant.yml", ..."role": "pythonapp", ..."task": "pip install -r /opt/src/{{ sm_app_role }}/requirements.txt"...}Marc Abramowitz committed -
Stefan Midjich committed
-
Brian Coca committed
-
Setting LC_MESSAGES: prevent unparseable messages (fixes issue #9635)
Brian Coca committed -
Brian Coca committed
-
- 25 May, 2015 8 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Brian Coca committed
-
Remove duplicate RETRY_FILES_* constants
Brian Coca committed -
Brian Coca committed
-
Maykel Moya committed
-
fix typo in --ask-sudo-pass reference within playbook_intro doc
Brian Coca committed -
Erik Weathers committed
-
- 24 May, 2015 1 commit
-
-
James Cammarata committed
-
- 23 May, 2015 3 commits
-
-
only files with extensions as per C.YAML_FILENAME_EXTENSIONS should be parsed
Serge van Ginderachter committed -
inventory vars: make loading from a directory obey the same rules as when checking the base paths, looking at the file name extensions as defined in CONSTANTS.YAML_FILENAME_EXTENSIONS Fixes Github issue #11017
Serge van Ginderachter committed -
Florian Apolloner committed
-
- 22 May, 2015 4 commits
-
-
James Cammarata committed
-
Minor Fix for broken link
Brian Coca committed -
The default user expected in the connection information is the current user, not root
James Cammarata committed -
James Cammarata committed
-
- 21 May, 2015 2 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-