- 22 Aug, 2013 25 commits
-
-
René Moser committed
-
ec2 inventory: Verify that a security group exists before trying to use its name as a key in inventory.
Herby Gillot committed -
fixed shebang in openshift inventory
James Cammarata committed -
Fixed so that we no longer check with the remote if a checkout already is at the desired sha version.
Johan Wirén committed -
René Moser committed
-
https://github.com/mivok/ansible
Merge branch 'pacman_local_plus_check' of https://github.com/mivok/ansible into mivok-pacman_support_check_mode
James Cammarata committed -
https://github.com/mivok/ansible…
Merge branch 'pacman_support_check_mode' of https://github.com/mivok/ansible into mivok-pacman_support_check_mode
James Cammarata committed -
Merge branch 'pulls/fix-hostvars-inconsistancy' of https://github.com/ferringb/ansible into ferringb-pulls/fix-hostvars-inconsistancy
James Cammarata committed -
https://github.com/resmo/ansible
Merge branch 'feature/zabbix-inventory' of https://github.com/resmo/ansible into resmo-feature/zabbix-inventory
James Cammarata committed -
Arthur Taylor committed
-
make sure ssh do not ask password
James Cammarata 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 8 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 -
Michael Scherer committed
-
relative pathing comes in handy on occasion, particularly when delegating to localhost and running some command out of your playbook repo. Making use of os.path.abspath will allow for the full path to chdir and executable to be discovered if not provided.
Jesse Keating committed -
James Cammarata committed
-
Alexander Winkler committed
-
- 20 Aug, 2013 7 commits
-
-
The 'always_run' task clause allows one to execute a task even in check mode. While here implement Runner.noop_on_check() to check if a runner really should execute its task, with respect to check mode option and 'always_run' clause. Also add the optional 'jinja2' argument to check_conditional() : it allows to give this function a jinja2 expression without exposing the 'jinja2_compare' implementation mechanism.
Stoned Elipot committed -
For some reason, ssh seems to ask for password even when PasswordAuthentication is set to no, adding PreferredAuthentications with the 2 options removed do the trick.
Michael Scherer committed -
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
-