- 21 Jan, 2014 1 commit
-
-
Operate on that play attribute to make things faster for larger inventories. Instead of making a round trip through inventory.list_hosts and working through some lengthy list comprehensions over and over again, calculate the potenital hosts for a play once, then reduce from it the unavailable hosts when necessary. Also moves how the %fail is done. The host count is a play level count of available hosts, which then is compared after each task to the current number of available hosts for the play. This used to get a new count every task which was also time expensive.
Jesse Keating committed
-
- 20 Jan, 2014 12 commits
-
-
James Tanner committed
-
This reverts commit 6f4bfa2c, reversing changes made to c91ba3a7.
James Tanner committed -
Proposing fix for Issue #4324; adding support for su
jctanner committed -
Mark stat module as supporting check_mode
Michael DeHaan committed -
Paul Durivage committed
-
Paul Durivage committed
-
Paul Durivage committed
-
Enable su support in paramkio; disable su support in fireball, local, accelerate, chroot, jail, funcd connection plugins
Paul Durivage committed -
Paul Durivage committed
-
Fixes for ssh_alt support, adding in references to in_data where appropriate
Paul Durivage committed -
yum module: Attempt #2 to cause yum to fail on invalid url
jctanner committed -
Correctly compare values returned by 'sysctl -e -n'
jctanner committed
-
- 19 Jan, 2014 2 commits
-
-
Michael DeHaan committed
-
update default EC2 exclude regions -- this should be the best configuration for most users, but some may still want to tweak.
Michael DeHaan committed
-
- 18 Jan, 2014 3 commits
-
-
Laurent Defert committed
-
Simon Zimmermann committed
-
Simon Zimmermann committed
-
- 17 Jan, 2014 9 commits
-
-
Make synchronize module work better with local transport, fix #5668
Michael DeHaan committed -
fix str format error due to missing '%' in sysctl module
Michael DeHaan committed -
Simon Zimmermann committed
-
Spiff up the 'Developing Plugins' page
Michael DeHaan committed -
Michael Scherer committed
-
James Tanner committed
-
Colon in example failure message causes a YAML compile error
Michael DeHaan committed -
The example failure message was given as - fail: msg="Bailing out: this play requires 'bar'" The colon in the example causes a YAML compile error, so I am replacing it with a '.'
Taylor Brown committed -
Add support for Scientific Linux for hostname module
Michael DeHaan committed
-
- 16 Jan, 2014 12 commits
-
-
Allow keystring passed to authorized_key to contain blank lines and comments
jctanner committed -
the sysctl command. Calling sysctl should also not be true by default
James Tanner committed -
hostname module was lacking support for Scientific Linux, this commit adds it.
rishid committed -
James Tanner committed
-
Pipelining will be disabled by default, since it requires users remove the 'requiretty' option from the servers sudoers configuration.
James Cammarata committed -
Scott Gilbert committed
-
James Tanner committed
-
quantum_* modules: Neutron name change, keeping backward compatibility
jctanner committed -
James Cammarata committed
-
ec2_elb module: Minor improvements to documentation
Michael DeHaan committed -
ELB(s) cause a weird formatting behaviour - it appears as EL**s** Added choices documentation to the state option
willthames committed -
Do not log the rax api_key argument in module invocation
Michael DeHaan committed
-
- 15 Jan, 2014 1 commit
-
-
Matt Martz committed
-