- 09 Sep, 2014 4 commits
-
-
and without hosts and vars Without this patch, the simplified syntax is triggered when a group is defined like this: "platforms": { "children": [ "cloudstack" ] } Which results in a group 'platforms' with 1 host 'platforms'. modified: lib/ansible/inventory/script.py
Serge van Ginderachter committed -
Fixing issue with symlinked vaults
James Cammarata committed -
Don't return 'state' attr in bigpanda module
James Cammarata committed -
get_url module: Add timeout parameter
James Cammarata committed
-
- 08 Sep, 2014 7 commits
-
-
Adding a new 'load_callback_plugins' config option, defaults to False
James Cammarata committed -
Remove namespace restrictions in ec2_metric_alarm
James Cammarata committed -
James Cammarata committed
-
Niko Felger committed
-
James Cammarata committed
-
Fixes a double parameter being passed afterwards
Hagai Kariti committed -
Will Thames committed
-
- 07 Sep, 2014 1 commit
-
-
Documentation edit for vsphere_guest module
Michael DeHaan committed
-
- 06 Sep, 2014 2 commits
-
-
Noted in documentation that standalone esxi hosts should use ha-datacenter for the datacenter string
Nathan Sosnovske committed -
This option, when set to True, allows "ansible" command to load callback plugins
Bruno BAILLUET committed
-
- 05 Sep, 2014 7 commits
-
-
Fixes #7970
Mathieu MD committed -
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 1 commit
-
-
Memcached factcache improvements
James Cammarata committed
-