- 12 Oct, 2015 2 commits
-
-
ansible_ssh_* changes from 1.9 to 2.0, original note made into a separate file for easier editing, and an include for this new file added to each of the 6 file affected by this change
Sandra Wills committed -
Sandra Wills committed
-
- 09 Oct, 2015 3 commits
-
-
Sandra Wills committed
-
Ansible 2.0 has depricated the “ssh” from ansible_ssh_user, ansible_ssh_host, and ansible_ssh_port to become ansible_user, ansible_host, and ansible_port. If you are using a version of Ansible prior to 2.0, you should continue using the older style variables (ansible_ssh_*). These shorter variables are ignored, without warning, in older versions of Ansible.
Sandra Wills committed -
added a note like the following to each file hit with unlabled 2.0 changes... Ansible 2.0 moved away from using ansible_ssh_* variables to accepting ansible_* variables. If you are using a version of Ansible prior to 2.0, you should continue using the older style variables (ansible_ssh_*), such as ansible_ssh_user instead of ansible_user and ansible_ssh_port instead of ansible_port, which appear in the following content. These shorter variables are ignored, without warning, in older versions of Ansible.
Sandra Wills committed
-
- 07 Oct, 2015 3 commits
-
-
Fixes #12654
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
- 06 Oct, 2015 7 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
James Cammarata committed
-
Fixes #12602
James Cammarata committed -
James Cammarata committed
-
Fix ansible-vault rekey
James Cammarata committed -
James Cammarata committed
-
- 05 Oct, 2015 11 commits
-
-
Ryan Cleere committed
-
Also does some reorganization/cleanup on the magic vars/delegated variable generation portions of VariableManager to make the above possible. Fixes #12633
James Cammarata committed -
James Cammarata committed
-
Galaxy
James Cammarata committed -
Brian Coca committed
-
better error reporting on fetching errors use scm if it exists over src unified functions in requirements simplified logic added verbose to tests cleanup code refs, unused options and dead code moved get_opt to base class fixes #11920 fixes #12612 fixes #10454
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Fixes #12605
James Cammarata committed
-
- 04 Oct, 2015 3 commits
-
-
This is because we pass the whole dd command string into the shell that's running on the contained environment rather than running it directly from python via subprocess without a shell.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Add explicit substitution of relative paths on the remote host just in case the connection programs do something unexpected.
Toshio Kuratomi committed
-
- 03 Oct, 2015 6 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Fixes #12621
James Cammarata committed -
Toshio Kuratomi committed
-
Brian Coca committed
-
Fix url lookup plugin HTTPError message not being reachable
Brian Coca committed
-
- 02 Oct, 2015 5 commits
-
-
Since Connection.execute_command() returns bytes, deal with the repurcussions
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
corrected output from default callback added new tests for no_log loops updated makefile test to check for both positive and negative occurrences of no_log
Brian Coca committed -
James Cammarata committed
-