- 11 Oct, 2013 24 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
in ansible.cfg.
Michael DeHaan committed -
Have the parser explain another type of YAML gotcha to reduce the need for users to ask how to resolve it.
Michael DeHaan committed -
Michael DeHaan committed
-
A small refactoring of the authorized_key module to accomodate these changes, plus fixing some things like not rewriting the file on every new key. These changes bring the original feature for ssh options in- line with the comments in #3798 Fixes #3785
James Cammarata committed -
David Minor committed
-
Michael DeHaan committed
-
Corrected docs
jctanner committed -
Corrected docs ("monitor" -> "monitoring" and dissociated monitoring from instance_tags in examples)Andy Kluger committed -
Template sudo_user via with_items
jctanner committed -
Fixes #4458
James Tanner committed -
Fixed crash when s3 bucket did not exist for put operation
jctanner committed -
Matthew Barrington committed
-
This oneliner change allows apt-key to inherit the http_proxy variable.
Michael DeHaan committed -
GH-4452 Corrected config load order to match docs
James Cammarata committed -
Before this fix TASK: [apt_repository repo='ppa:vbernat/haproxy-1.5'] ************************* failed: [134.226.115.202] => {"cmd": ["apt-key", "adv", "--recv-keys", "--keyserver", "keyserver.ubuntu.com", "CFFB779AADC995E4F350A060505D97A41C61B9CD"], "failed": true, "rc": 2} stderr: gpg: requesting key 1C61B9CD from hkp server keyserver.ubuntu.com gpg: no valid OpenPGP data found. gpg: Total number processed: 0 After the fix TASK: [apt_repository repo='ppa:vbernat/haproxy-1.5'] ************************* changed: [134.226.115.202]Jimmy Tang committed -
cwd > ~ > /etc Signed-off-by: Philip Schwartz <philip.schwartz@rackspace.com>
Philip Schwartz committed -
mysql_replication switch to DictCursor for compatibility with more mysql server versions
Michael DeHaan committed -
Michael DeHaan committed
-
James Tanner committed
-
Michael DeHaan committed
-
Implement a |changed filter plugin
Michael DeHaan committed
-
- 10 Oct, 2013 16 commits
-
-
Serge van Ginderachter committed
-
Serge van Ginderachter committed
-
Dylan Martin committed
-
Fix typo and broken "Hg.__init__" in 'hg' module
James Cammarata committed -
Mads Weitling committed
-
Mads Weitling committed
-
Add caching to pattern enumeration
Michael DeHaan committed -
Inventory._hosts_in_unenumerated_pattern() Was TODO: cache this logic so if called a second time the result is not recalculated
Serge van Ginderachter committed -
Michael DeHaan committed
-
Fix timeout bug in firewalld module
Michael DeHaan committed -
nova compute fix for instance name regex issue
Michael DeHaan committed -
Add detail to copy module validate argument
Michael DeHaan committed -
jeromew committed
-
Boris Kaul committed
-
bennojoy committed
-
This clarifies the validate command argument and makes it clear that if it is present, it must include the '%s' argument for the path to the temporary file to validate.
Jim Kleckner committed
-