- 05 Sep, 2014 6 commits
-
-
Fixes #8810
James Cammarata committed -
Fixes #8898
James Cammarata committed -
Fixes #8890
James Cammarata committed -
Move some comments to the unittest as we might look at that if we decide to refactor the code.
Toshio Kuratomi committed -
the passwords are correctly hidden in the output.
Toshio Kuratomi committed -
* makes speed acceptable for some datasets * obfuscates multiple detected passwords * obfuscates more characters to account for some corner cases when trying to detect passwords. Fixes #8364
Toshio Kuratomi committed
-
- 04 Sep, 2014 10 commits
-
-
Toshio Kuratomi committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Fix for #8886. Correct state=absent for statements without name/alias.
James Cammarata committed -
Make ssh debug easier to read and paste
James Cammarata committed -
fix typo in zypper module (requiered -> required)
James Cammarata committed -
Fix #8666 for real
James Cammarata committed -
Fixes #8861
tepwil committed -
Fixes #8884
James Cammarata committed -
Alexander Gubin committed
-
- 03 Sep, 2014 8 commits
-
-
Currently, ansible -vvvv show the following: hostname EXEC ['ssh', '-C', '-vvv', '-o', 'ControlMaster=auto', This is not good if someone want to cut and paste it to see if something is wrong with the command line, so join the dictionnary strings with spaces to have 1 string in the output.
Michael Scherer committed -
Kristofor Varhus committed
-
Issue 8872: use getpass.getpass() to read password.
Michael DeHaan committed -
James Cammarata committed
-
James Cammarata committed
-
Fixes #8758
James Cammarata committed -
This avoids passing the plaintext raw password into the script as a command-line argument, which shells such as bash and zsh will typically log into a file like ~/bash_history. As a small bonus, this works a LOT more smoothly if the user's password has characters in it that either the shell or Python syntax might like to interpret as metacharacters, like '\' or '"'. getpass.getpass() is part of Python's standard library in all versions between 2.4 and 3.3 at least.
Richard Barrell committed -
Commit 311ec543 ("If not specified, do not modify subnet/route_tables for ec2 VPCs") mostly fixed the problem, except that it left defaults for subnets and route_tables so that not specifying them still deleted them.
Mike Dixon committed
-
- 02 Sep, 2014 16 commits
-
-
Memcached factcache improvements
James Cammarata committed -
docs: Add versionadded for run_once
James Cammarata committed -
zabbix_maintenance: move to new boilerplate
James Cammarata committed -
Matt Martz committed
-
Matt Martz committed
-
rax modules: Perform region validation early
James Cammarata committed -
Add additional Azure Regions
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
https://github.com/tkellen/ansible
Merge branch 'npm-ignore-scripts' of https://github.com/tkellen/ansible into tkellen-npm-ignore-scripts
James Cammarata committed -
Handle exceptions during config file parsing
James Cammarata committed -
Supporting SSL cert location on SunOS (SmartOS, really)
James Cammarata committed -
Fix description on quantum_subnet module
James Cammarata committed -
Update playbooks_variables.rst
James Cammarata committed -
James Cammarata committed
-
Corrected VM metadata obtention between Abiquo versions
James Cammarata committed
-