- 23 May, 2014 2 commits
-
-
Fix typo requird -> required
James Cammarata committed -
Aleksey Khudyakov committed
-
- 22 May, 2014 2 commits
-
-
Add notes to rax_dns and rax_dns_record to recommend using serial: 1
Michael DeHaan committed -
Matt Martz committed
-
- 21 May, 2014 15 commits
-
-
Update django_manage `command` argument description
James Cammarata committed -
Don't use listify_ function, when all we want to do is template variable...
James Cammarata committed -
The docs were a little bit out of date with what commands are available to be run. They also didn't explain that you could pass custom commands - I almost went down the path of trying to run our custom management commands with the generic Ansible `command` module.
Michael Warkentin committed -
Fixes #7403
James Cammarata committed -
EC2: stopped instances can also be terminated
James Cammarata committed -
James Cammarata committed
-
WAKAYAMA shirou committed
-
WAKAYAMA shirou committed
-
Atlas Health committed
-
James Cammarata committed
-
James Cammarata committed
-
Merge branch 'multi-word-mysql-grant-example' of https://github.com/webmat/ansible into webmat-multi-word-mysql-grant-example
James Cammarata committed -
now module searches for update-alternatives vs hardcoding it
James Cammarata committed -
Brian Coca committed
-
- 20 May, 2014 7 commits
-
-
Andrew Snare committed
-
Since the filter list contains hosts, passing that back to list_hosts() in the inventoy causes issues when the hostname is an IPv6 address (with :'s interpreted as group unions). Since we already have the list of hosts, we should not need to pass that back through inventory a second time. Fixes #7446
James Cammarata committed -
Mathieu Martin committed
-
This was causing a bug in the env module, due to the fact that we now pass variables for the module through the templating engine combined with the fact that we split-up the hostvars and setup variables. As a result, if a variable in the env lookup had the same name as the variable in Ansible, it would try and template itself over and over again until the recursion limit would be hit, at which time an empty string was returned. Fixes #7396
James Cammarata committed -
James Cammarata committed
-
Fix skip dir inventory extensions
James Cammarata committed -
Also added some error handling to the fetch_url() call in the apt_repository module, so that failures to look up the PPA info are properly handled. Fixes #7322
James Cammarata committed
-
- 19 May, 2014 3 commits
-
-
The ssl cert check will now respect the http and https proxy environment settings. The url may also have the username/password embedded, in which case basic auth will be used to connect to the proxy server. Fixes #7413
James Cammarata committed -
Fixes #7448
James Cammarata committed -
Add missing space between var and delimeter
Michael DeHaan committed
-
- 17 May, 2014 1 commit
-
-
mrdeathless committed
-
- 16 May, 2014 9 commits
-
-
Fixes #7414
James Cammarata committed -
James Cammarata committed
-
Fixes #7416
James Cammarata committed -
Michael Peters committed
-
Update composer example
James Cammarata committed -
Michael Peters committed
-
Remove unsupported 'install' argument
Alan Pearce committed -
Michael DeHaan committed
-
- 15 May, 2014 1 commit
-
-
docker: fix targetting images by name
James Cammarata committed
-