- 04 May, 2015 1 commit
-
-
James Cammarata committed
-
- 10 Apr, 2015 1 commit
-
-
The --force-handlers command line argument was not correctly running handlers on hosts which had tasks that later failed. This corrects that, and also allows you to specify force_handlers in ansible.cfg or in a play.
Jesse Rusak committed
-
- 11 Mar, 2015 1 commit
-
-
Brian Coca committed
-
- 10 Mar, 2015 1 commit
-
-
- become constants inherit existing sudo/su ones - become command line options, marked sudo/su as deprecated and moved sudo/su passwords to runas group - changed method signatures as privlege escalation is collapsed to become - added tests for su and become, diabled su for lack of support in local.py - updated playbook,play and task objects to become - added become to runner - added whoami test for become/sudo/su - added home override dir for plugins - removed useless method from ask pass - forced become pass to always be string also uses to_bytes - fixed fakerunner for tests - corrected reference in synchronize action plugin - added pfexec (needs testing) - removed unused sudo/su in runner init - removed deprecated info - updated pe tests to allow to run under sudo and not need root - normalized become options into a funciton to avoid duplication and inconsistencies - pushed suppored list to connection classs property - updated all connection plugins to latest 'become' pe - includes fixes from feedback (including typos) - added draft docs - stub of become_exe, leaving for future v2 fixes
Brian Coca committed
-
- 09 Mar, 2015 1 commit
-
-
Brian Coca committed
-
- 13 Feb, 2015 1 commit
-
-
refactored task selection into method list-tasks now uses common method of task selection always is now skippable if specified in --skip-tags
Brian Coca committed
-
- 12 Feb, 2015 1 commit
-
-
Matt Martz committed
-
- 02 Feb, 2015 1 commit
-
-
Toshio Kuratomi committed
-
- 19 Jan, 2015 1 commit
-
-
Toshio Kuratomi committed
-
- 16 Jan, 2015 1 commit
-
-
Jacopo committed
-
- 30 Dec, 2014 1 commit
-
-
Jacopo committed
-
- 16 Dec, 2014 1 commit
-
-
Toshio Kuratomi committed
-
- 22 Oct, 2014 1 commit
-
-
Adds new settings for managing retry files: * retry_files_enabled, defaults to True * retry_files_save_path, defaults to ~/.ansible-retry This change was adapted from PR #5515.
Maykel Moya committed
-
- 22 Aug, 2014 1 commit
-
-
Only print a blank line between plays when also doing --list-hosts and/or --list-tasks, otherwise this output just a long list of blank lines, one for each play.
Serge van Ginderachter committed
-
- 11 Aug, 2014 2 commits
-
-
Michael DeHaan committed
-
Josh Drake committed
-
- 30 Jul, 2014 1 commit
-
-
This allows `pip install -e` and `python setup.py develop` to work without having to do the stuff in http://docs.ansible.com/intro_installation.html#running-from-source so it's a tad nicer for Python programmers who are accustomed to installing packages as editable/in development mode. Fixes GH-8355 (https://github.com/ansible/ansible/issues/8355)
Marc Abramowitz committed
-
- 24 Jun, 2014 1 commit
-
-
Matt Martz committed
-
- 20 May, 2014 1 commit
-
-
Anton Lindström committed
-
- 06 May, 2014 1 commit
-
-
Toshio Kuratomi committed
-
- 29 Apr, 2014 1 commit
-
-
James Cammarata committed
-
- 27 Mar, 2014 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 25 Mar, 2014 3 commits
-
-
Serge van Ginderachter committed
-
Split out parsing of vars files to per host and per group parsing, instead of reparsing all groups for each host. This enhances performance. Extend vars_plugins' API with two new methods: * get host variables: only parses host_vars * get group variables: only parses group_vars for specific group The initial run method is still used for backward compatibility. Parse all vars_plugins at inventory initialisation, instead of per host when touched first by runner. Here we can also loop through all groups once easily, then parse them. This also centralizes all parsing in the inventory constructor. modified: bin/ansible modified: bin/ansible-playbook modified: lib/ansible/inventory/__init__.py modified: lib/ansible/inventory/vars_plugins/group_vars.py
Serge van Ginderachter committed -
Jakub Paweł Głazik committed
-
- 24 Mar, 2014 1 commit
-
-
James Tanner committed
-
- 19 Mar, 2014 2 commits
-
-
Also add a unit test for vaulteditor to verify 1.0 passwords with newline chars.
James Tanner committed -
Forward the vault_password to the yaml file utility.
Thomas Omans committed
-
- 14 Mar, 2014 1 commit
-
-
Toshio Kuratomi committed
-
- 26 Feb, 2014 1 commit
-
-
James Tanner committed
-
- 20 Feb, 2014 1 commit
-
-
James Tanner committed
-
- 18 Feb, 2014 1 commit
-
-
James Tanner committed
-
- 06 Feb, 2014 1 commit
-
-
trbs committed
-
- 21 Jan, 2014 1 commit
-
-
This reverts commit c17d0e03. Conflicts: lib/ansible/runner/connection_plugins/paramiko_ssh.py
Paul Durivage committed
-
- 20 Jan, 2014 3 commits
-
-
This reverts commit 6f4bfa2c, reversing changes made to c91ba3a7.
James Tanner committed -
Paul Durivage committed
-
Fixes for ssh_alt support, adding in references to in_data where appropriate
Paul Durivage committed
-
- 26 Dec, 2013 1 commit
-
-
Michael DeHaan committed
-
- 28 Oct, 2013 1 commit
-
-
Michael Vogt committed
-