Michael DeHaan
d5e254d3c7
Merge pull request #6794 from follower/patch-4
...
Make `vpc_security_group` docs more accurate
2014-04-29 15:49:57 -04:00
Michael DeHaan
5c75ce1133
In apt module show 'name' vs pkg to standardize with the rest of the modules. 'pkg' is an alias for name.
2014-04-29 15:48:51 -04:00
James Cammarata
d2819e22e3
Merge pull request #7212 from jimi-c/issue_7027_ec2_group_egress_rules
...
Make sure a default allow out rule exists if no other egress rules do
2014-04-29 10:39:36 -05:00
James Cammarata
67092039d7
Merge pull request #7190 from jimi-c/issue_7180_vsphere_guest_hardware_variable_casts
...
Make sure values are integers for certain hardware items for vpshere_guest
2014-04-28 21:00:46 -05:00
James Cammarata
826198196b
Merge branch 'elb' of https://github.com/bpennypacker/ansible into bpennypacker-elb
2014-04-28 20:39:10 -05:00
James Cammarata
50cd3a4a8f
Make sure values are integers for certain hardware items for vpshere_guest
...
Fixes #7180
2014-04-28 11:40:00 -05:00
James Cammarata
a482e1583d
Merge branch 'fix_user_non_root_on_rhel' of https://github.com/mscherer/ansible into mscherer-fix_user_non_root_on_rhel
2014-04-28 10:47:36 -05:00
Michael Scherer
28c373da0c
Do not fail if we try to generate a ssh key for a user without being root
...
If we try to use the user module without being root, it fail on RHEL/Fedora
because usermod --help cannot be run. The root cause is lack of permission
due to EAL4+ certification, as seen in shadow-utils changelo.
So if we cannot run it, assume there is no append. It doesn't matter
much since we will not be able to run usermod at all with or without the
option.
2014-04-28 12:29:57 +02:00
Skyler Leigh Amador
a8d9470938
Remove --timeout option to rsync from synchronize defaults
...
The current 10-second default timeout for rsync seems to be behind issue #6809 .
As a workaround for the underlying issue in rsync when different versions are
used on the source and destination sides, don't include the timeout option
unless the user specifies a timeout > 0.
2014-04-27 20:21:54 -07:00
Michael DeHaan
2ea386fe04
Merge pull request #7168 from jjshoe/fix_apache2_module_docs
...
Fix example
2014-04-27 16:28:31 -04:00
Joel Schuweiler
7916545979
Fix example
2014-04-27 12:16:51 -05:00
mkosmach
fbf3b78ace
add simplejson as alternative to json
2014-04-25 02:44:51 -07:00
Bruce Pennypacker
dc912ca201
removed unwanted 'if wait else None'
2014-04-24 20:41:51 +00:00
Ben
30b634eae9
updated example to include instance_type
2014-04-24 11:50:49 -06:00
Ben
9770c7f47d
Added instance_type to ec2_lc variable list
2014-04-24 11:47:41 -06:00
Michael DeHaan
31f7a0693e
Add missing license headers to two modules and standardize formatting of another.
2014-04-24 10:32:54 -04:00
James Cammarata
89fa9b7305
Add parameters to get_url for the url username/password
...
Fixes #6928
2014-04-24 00:26:50 -05:00
James Cammarata
83f300ddd6
Merge branch 'apt_key_format' of https://github.com/andreasf/ansible into andreasf-apt_key_format
2014-04-24 00:02:10 -05:00
James Cammarata
3f1545f9db
Fixing the version_added string in the vsphere_guest module
2014-04-23 22:46:14 -05:00
James Cammarata
833ceeca24
Merge branch 'vmware_core' of https://github.com/rhoop/ansible into rhoop-vmware_core
2014-04-23 21:12:40 -05:00
James Cammarata
2bc640c82f
Merge pull request #7141 from lamby/devel
...
Correct/update debconf examples - need to specify vtype.
2014-04-23 21:09:52 -05:00
npeters
61bb40c0dd
Remove invalid variable
2014-04-24 01:12:55 +02:00
James Cammarata
16874464e9
Merge pull request #7047 from joshuaconner/docker_bugfix_exclude_entrypoint_from_command_check
...
docker: exclude 'entrypoint' from comparing 'command' param with containers
2014-04-23 16:14:48 -05:00
James Cammarata
46c0eb2f3e
Merge pull request #7022 from jjshoe/patch-1
...
apt_key lists all keys in uppercase
2014-04-23 15:58:23 -05:00
Richard Hoop
578ba471b1
Author
2014-04-23 16:53:12 -04:00
Chris Lamb
446765ace0
Correct/update debconf examples - need to specify vtype.
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
2014-04-23 21:51:01 +01:00
James Cammarata
060e2193a1
Merge pull request #6991 from joshuaconner/bugfix_dont_send_wrong_params_to_dockerclient_start
...
Docker: don't send wrong parameters to client.start()
2014-04-23 15:48:04 -05:00
Richard Hoop
07ad8432ec
Ready for pull request
2014-04-23 16:44:49 -04:00
Richard Hoop
5692ae95ab
Core complete
2014-04-23 15:26:03 -04:00
James Cammarata
eb090ad4a2
Merge pull request #6599 from dmage/nova_region_name
...
use region_name in nova_compute
2014-04-23 10:15:57 -05:00
James Cammarata
24cfcd1f88
Merge pull request #6985 from jimi-c/issue_6763_ec2_vpc_params
...
Ensure params were set in ec2_vpc before accessing them
2014-04-23 10:08:50 -05:00
James Cammarata
ed1c7a0f5d
Merge pull request #7128 from stansonhealth/improve_tag_docu
...
update ec2_tags documentation to include missing option
2014-04-23 09:31:42 -05:00
Erika Heidi
036c7a7759
Possible docs error: 'path' instead of 'src'
...
I came to this example today (line 50), and when I tried it, I got an error:
`msg: src and dest are required for creating links`
So, I changed **path** to **src** and it worked fine. Looks like the example is wrong, since the docs say "dest" is already an alias for "path", in which case we would have 2 "path" definitions.
2014-04-23 16:00:22 +02:00
Richard Hoop
68d45a6484
Started reconfigured
2014-04-23 09:53:12 -04:00
Ted Timmons
b5895712b3
update documentation to include missing option
...
'list' was added more recently, it was omitted from the documentation.
2014-04-23 08:44:43 -05:00
Richard Hoop
630367ebfc
Creation complete
2014-04-22 17:12:23 -04:00
Richard Hoop
3e75e504e0
More config checks and clean up for vm_config settings
2014-04-22 16:20:04 -04:00
Bruce Pennypacker
2be8feebce
Changed behavior of deregister. If an instance is not found in the ELB then simply return 'changed=false'. Otherwise always remove the instance from the ELB no matter what state its currently in.
2014-04-22 18:44:41 +00:00
James Cammarata
d88ac5e24d
Merge pull request #7076 from mscherer/better_message_service
...
Add a better error message for service
2014-04-22 08:44:14 -05:00
Michael Scherer
43d0fbd342
Add a better error message for service
...
While migrating my playbook to a newer ansible version, I faced
the error message "unknown init system, cannot enable service". It turned
out to be caused by a wrong service name that was not expanded anymore.
So by giving the name of the service that cannot be enabled and a more precise
reason, i think people will be able to diagnose their issue more easily.
2014-04-22 09:13:57 +02:00
Richard Hoop
06c64785fb
Large cleanups. Reintegrating all modules together for a guest
2014-04-21 16:38:31 -04:00
James Cammarata
149339f620
Merge pull request #7089 from dagwieers/debug-docs
...
Add an example to show all hostvars using debug
2014-04-21 12:11:39 -05:00
James Cammarata
53754357f7
Merge pull request #7096 from CaptTofu/docker
...
Small bug - 'acts' should be 'facts'
2014-04-21 11:49:26 -05:00
James Cammarata
afee14173e
Merge pull request #7095 from radeksimko/pokemon-exc-fix
...
Prevent catching unrelated exceptions
2014-04-21 11:49:04 -05:00
CaptTofu
2990db728a
Small bug - 'acts' should be 'facts'
2014-04-21 08:06:00 -07:00
Radek Simko
1513d2bd64
Prevention for catching unrelated exceptions added
2014-04-21 15:35:49 +01:00
Radek Simko
8bdd96b273
Explicit check of return code for autoinstallation of python-apt added
...
This will allow easier debugging through more meaningful error message.
2014-04-21 14:10:09 +01:00
Dag Wieers
3c15d64655
Add an example to show all hostvars using debug
...
This is a useful example to help debug how facts and vars are being collated.
2014-04-21 11:40:53 +02:00
Joshua Conner
4defd9a15a
docker: exclude 'entrypoint' from comparing 'command' param with containers
...
The JSON the Docker API returns includes the container's ENTRYPOINT value (if it has one) with the 'Command' value. So instead of checking if `container['Command'] == module.params['command']`, we just check that `container['Command'].endswith(module.params['command'])` so the entrypoint won't affect a container being properly classified as matching the module params or not.
Also I refactored a super-long `if` statement into some temporary variables - I did it to help me figure out what was going wrong, and then it makes the code more readable so I kept it.
2014-04-17 16:10:53 -07:00
Joshua Conner
10171dc42b
docker: send 1.10 params if docker-py is new enough version
2014-04-17 16:05:50 -07:00