- 16 Mar, 2014 25 commits
-
-
Fix #5679 again after recent changes in core
Michael DeHaan committed -
Allow hash_behaviour=merge to be respected in core inventory
Michael DeHaan committed -
Add a package to missing list if npm list reported it as invalid
Michael DeHaan committed -
systemd template services must not discard template part
Michael DeHaan committed -
Fix rpm_key on system with no gpg keys imported
Michael DeHaan committed -
Make irc module accept the nick being shortened by the server.
Michael DeHaan committed -
This small change allows for individual setup actions to populate the SETUP_CACHE and not cause a subsequent facts-gathering when not needed. This follows the standard of other facts modules as laid out in #1206 and implemented in fedfd187. It allows to test of the setup module has already been run even when gather_facts was explicitely disabled.
Dag Wieers committed -
Michael DeHaan committed
-
pause plugin doesn't flush raw_input prompt
Michael DeHaan committed -
Fix issue #5621, rpm_key doesn't work for el5
Michael DeHaan committed -
filesystem: Ignore blkid cache
Michael DeHaan committed -
Normalise the module name when comparing against the module names in /proc/modules
Michael DeHaan committed -
Fix mistaken double backslash
Michael DeHaan committed -
Adding better failure output for chkconfig failures
Michael DeHaan committed -
NPM install latest made more effecient
Michael DeHaan committed -
There's no need to filter hostnamectl's output with awk because its man page says: hostnamectl [OPTIONS...] {COMMAND} --static, --transient, --pretty If status is used (or no explicit command is given) and one of those fields is given, hostnamectl will print out just this selected hostname. E.g. hostnamectl --static status => ansible.example.org
Cristian Ciupitu committed -
timeit shows a speedup of ~3x on Python 2.7.5 x86_64. It also makes the code a bit shorter.
Cristian Ciupitu committed -
Cristian Ciupitu committed
-
New Callback Plugin: hipchat.py
Michael DeHaan committed -
Michael DeHaan committed
-
corrections for Arch PKGBUILD
Michael DeHaan committed -
Fix typo
Michael DeHaan committed -
resolves #6494 - added note to page
Michael DeHaan committed -
"a the" -> "the"
follower committed -
= committed
-
- 15 Mar, 2014 10 commits
-
-
Fix docs for faq
Michael DeHaan committed -
- correct spelling
George Yoshida committed -
Fix typo
Michael DeHaan committed -
Fix docs for playbooks_intro
Michael DeHaan committed -
Fix typo in example name
Michael DeHaan committed -
fixed bad detection of change on default and premature break
Michael DeHaan committed -
"resort" -> "result"
follower committed -
remove unnecessary period.
George Yoshida committed -
follower committed
-
Brian Coca committed
-
- 14 Mar, 2014 5 commits
-
-
Made load_balencers in ec2_lc non-required as not all ASGs require an ELB
Michael DeHaan committed -
tmperret committed
-
James Cammarata committed
-
Add GCE guide and retool a bit to show the add_host interactions, improvements/upgrades are welcome. Had to shoot the recently merged nova_group module in the head temporarily as it contained a dict comprehension, which means it can't work on all the platforms and was also breaking docs builds on CentOS. Will engage with list about that shortly.
Michael DeHaan committed -
Franck Cuny committed
-