- 25 Jun, 2014 7 commits
-
-
In yum module example, use present/absent instead of installed/removed
Michael DeHaan committed -
grammar fix
Michael DeHaan committed -
Fix small typographic error
Michael DeHaan committed -
mscherer committed
-
James Cammarata committed
-
George Yoshida committed
-
Tim Ruffles committed
-
- 24 Jun, 2014 11 commits
-
-
Fixes #7910
James Cammarata committed -
James Cammarata committed
-
Allow group module to handle check_mode properly when group.state=present and group already exists
James Cammarata committed -
Add examples for `shell` and `command` modules.
James Cammarata committed -
Fix typo in playbook roles doc
James Cammarata committed -
Restore #6484 (YAML lists in apt) reverted by c7511688.
James Cammarata committed -
James Cammarata committed
-
Rik committed
-
Rik committed
-
Adrien Brault committed
-
Sam Hanes committed
-
- 23 Jun, 2014 22 commits
-
-
Arch PKGBUILD fixes : removes man3 section and adds contributor list
James Cammarata committed -
Fixes #7170
Thomas Mangin committed -
At the point the exception is handled, it is likely due to error loading a sub-template included from main template. Besides file not found, it can be caused also by include path failing Jinja2 checks. Now, when rendering the exception from Jinja, it will include exception name. This will give basic context or *what* the error is. Fixes #7103 Fixes #7105
Paul Sokolovsky committed -
Allow 'make rpm' work from a release tarball
James Cammarata committed -
James Cammarata committed
-
mysql_db module now correctly fails on import if bz2 or gz fails.
James Cammarata committed -
James Cammarata committed
-
force evaluation of vars memory_mb, num_cpus to be int fixes #7903
James Cammarata committed -
Add os relpath filter
James Cammarata committed -
James Cammarata committed
-
Merge branch 'bug/fix-health-check-to-zero-bug/7898' of https://github.com/botify-labs/ansible into botify-labs-bug/fix-health-check-to-zero-bug/7898
James Cammarata committed -
Check for empty os-release file, fixes #7885
James Cammarata committed -
Adding support for spot instances in ansible_lc.
James Cammarata committed -
James Cammarata committed
-
https://github.com/amenonsen/ansible
Merge branch 'upgrade-release' of https://github.com/amenonsen/ansible into amenonsen-upgrade-release
James Cammarata committed -
Dann Bohn committed
-
Jakub Jirutka committed
-
Fix missing arg for _remote_chmod method.
Chris Church committed -
Default is set to 300 seconds, which is AWS default. This PR fixes a bug (#7898) where instances created within an autoscaling group using the `ec2_asg` module gets immediately terminated because the `health_check_period` is set to 0, which causes the instance to be checked without having the time to actually boot. Adding `health_check_type` is needed because you may want to check your instance health against an ELB instead of just EC2 default cloudwatch.
Frédéric de Villamil committed -
Chris Church committed
-