- 22 Aug, 2013 9 commits
-
-
René Moser committed
-
Fixing typo in EC2 modules
James Cammarata committed -
Alek Storm committed
-
The issue was that, when forks == 1, the _executor() function was being called with None for the value of new_stdin. Fixes #3841, #3902
James Cammarata committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Minor cleanup of CHANGELOG for 1.3
James Cammarata committed -
Joshua Lund committed
-
Joshua Lund committed
-
- 21 Aug, 2013 6 commits
-
-
Fixes #2897
James Cammarata committed -
Also removing the ControlPath option, as it will now be auto-generated if the ControlPersist option is set in the arguments.
James Cammarata committed -
Addresses CVE-2013-4260: predictable filename used for failed results in world writable directory.
James Cammarata committed -
Files were being created in /tmp, but will now be created in $HOME/.ansible/cp/ Addresses CVE-2013-4259: ansible uses a socket with predictable filename in /tmp
James Cammarata committed -
James Cammarata committed
-
Alexander Winkler committed
-
- 20 Aug, 2013 12 commits
-
-
Kavin Kankeshwar committed
-
fixes ansible/ansible#3609 Add max_fail_pct to playbook parameter, to complement serial option, So if total number of failures execeed max_fail_pct * total number of hosts, do not go to the next serial batch
Kavin Kankeshwar committed -
docsite typos
James Cammarata committed -
Stephen Fromm committed
-
This extends ansible-pull so that it can support using other source_control modules for checking out a playbook repository (issue #3372). This will check to see if the module exists before it attempts to do the checkout and will exit if the module is not found. It requires that the module used to check out the repository support the parameters 'name' and 'version'. The option -C, --checkout is now optional and defaults to the module's default behavior for selecting a branch, tag, or commit value. For git, this continues to be HEAD. Other changes include: * Remove git from help and use generic term(s) where needed. * Use SortedOptParser from ansible.utils * More abstraction of common options used between ansible and ansible-playbook.
Stephen Fromm committed -
For issue #3372, apply consistent parameter aliases to source_control modules. For hg, add name and version and add to documentation string. For subversion, add version and document version and name aliases in documentation string.
Stephen Fromm committed -
just darting a mistyped "ansible"
Jon W committed -
perhaps there may be pip distribution using "pip-install" but "pip install" is universal afaik
Jon W committed -
James Cammarata committed
-
James Cammarata committed
-
Tests `test_playbook_undefined_varsX_fail` check if ansible detects undefined variables when `error_on_undefined_vars` is enabled. These tests fail without "Improve behavior with error_on_undefined_vars enabled" patch. Tests `test_playbook_undefined_varsX_ignore` check if ansible ignores undefined variables when `error_on_undefined_vars` is disabled. Also modify PlayBook._run_task_internal() so error_on_undefined_vars is testable.
Petr Svoboda committed -
Pass fail_on_undefined flag to recursive calls to `template` function, so more undefined variables are detected. Works only for Jinja style variables. Undefined legacy variables are never detected.
Petr Svoboda committed
-
- 19 Aug, 2013 13 commits
-
-
James Cammarata committed
-
For link-local addresses, it is sometimes necessary to append the interface to use for the ipv6 address. This patch extends the ipv6 regex to allow for '%ifnameX' at the end. See https://bugzilla.redhat.com/show_bug.cgi?id=136852 for more info
James Cammarata committed -
and ipv6 addresses.
Michael Scherer committed -
Due to various inconsistencies of ssh and sftp regarding ipv6 and ipv4 handling, some special arguments must be passed, and the ipv6 must be passed in a specific format.
Michael Scherer committed -
testing with a ipv6 : ansible -u misc -i '[2002::c23e]:22,' '*' -m ping fail due to parsing of ':' as a separator of port/ip with ipv4. This commit add support for properly parsing 2002::c23 and the bracket notation [2002::ce]:2222
Michael Scherer committed -
image_id is not required to delete a vm from openstack
Michael DeHaan committed -
Fixed tiny bug with _meta handling in external inventory scripts
Michael DeHaan committed -
James Cammarata committed
-
Matt Saunders committed
-
James Cammarata committed
-
Andrew de Quincey committed
-