- 18 Sep, 2014 6 commits
-
-
minor tweak to documentation of required modules for running tests
James Cammarata committed -
Michael Peters committed
-
Update rax root pubkey example
James Cammarata committed -
[#9048] convert Route53 TTL to integer before comparison
James Cammarata committed -
James Cammarata committed
-
The example was showing how to use the `files` option to pass in a local file as an authorized public key for root. While this works, it's a bit sloppy, given that there's a specific option, `key_name` which will use one of your public keys on your rackspace account and add it as an authorized key for root. In our case, one of our admins didn't notice the `key_name` option because they scrolled straight to the example and saw the `files` strategy. I propose that the example still shows `files`, but not using a root public key as an example, and instead also demonstrate the `key_name` option so that it's clear from the example how to get the initial root public key deployed.
Evan Coury committed
-
- 17 Sep, 2014 13 commits
-
-
boto/Route53 are returning TTL as a string. The route53 module is comparing it with an integer and therfore thinks the DNS entry has always changed.
Sam Pierson committed -
Fixes #8863
James Cammarata committed -
Previously, the delegate_to value was stored in the module_vars of runner, which could lead to bleeding that value across runs and incorrect hosts being delegated to. This patch moves the value to a local variable in the Runner class with some related refactoring of _compute_delegate() in Runner (since the value is no longer required to be a parameter). Fixes #8705
James Cammarata committed -
Toshio Kuratomi committed
-
* Fix check_mode for initctl systems Fixes #9009
Toshio Kuratomi committed -
This reverts commit e294e31f.
Toshio Kuratomi committed -
James Cammarata committed
-
This reverts commit e9229cfe.
James Cammarata committed -
* Fix check_mode for initctl systems Fixes #9009
Toshio Kuratomi committed -
James Cammarata committed
-
This commit also makes the dest parameter optional, unless update=yes (the default), since it is not required for queries without an update. Fixes #8630
James Cammarata committed -
ansible-galaxy: exit with rc 1 if role doesn't exist/is not found
James Cammarata committed -
Fixes #8731
James Cammarata committed
-
- 16 Sep, 2014 20 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
https://github.com/michalgasek/ansible
Merge branch 'ec2-tag-filter' of https://github.com/michalgasek/ansible into michalgasek-ec2-tag-filter
James Cammarata committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Fixes #7844
James Cammarata committed -
updated git module documentation
Michael DeHaan committed -
rearrange description/short_description
James Cammarata committed -
Document vault_password_file in intro_configuration
James Cammarata committed -
Toshio Kuratomi committed
-
Fixes #9016
Toshio Kuratomi committed -
James Cammarata committed
-
Also modifies the template action plugin to use this new param when executing the file/copy modules for templating so that links are preserved correctly. Fixes #8998
James Cammarata committed -
Clarified key_file option for the git module, since it requires the user to specify a private key, not a public key.
Devin Austin committed -
Centos 6.x and below use an old RHT style of configuring hostname. CentOS 7.x and better use systemd. Instead of depending on the distribution string which seems to have changed over the course of 6.x we need to explicitly check the version. Fixes #8997
Toshio Kuratomi committed -
Ted Timmons committed
-
it's really dorked on [the documentation page](http://docs.ansible.com/ec2_elb_lb_module.html). This puts it in line with other modules.
Ted Timmons committed -
Matt Martz committed
-
Matt Martz committed
-
- 15 Sep, 2014 1 commit
-
-
Toshio Kuratomi committed
-