James Cammarata
ae7503d6fb
Merge branch 'fix-copy-recursive-issue' of https://github.com/tksmd/ansible into tksmd-fix-copy-recursive-issue
11 years ago
James Cammarata
c0f92317ef
Fixing a documentation error in the new stackdriver module
11 years ago
James Cammarata
2b898e7e8b
Minor fix to imports in new stackdriver module
11 years ago
someda
50080b3774
fix #7244 recursive copy fails when setting directory attributes
...
- reverse the order of new_directory_list returned from split_pre_existing_dir in copy module
11 years ago
James Cammarata
6069d5d4cf
Merge branch 'stackdriver' of https://github.com/bwhaley/ansible into bwhaley-stackdriver
11 years ago
James Cammarata
ce48e1f9ff
Merge pull request #7230 from binarytemple/fix_for_issue_7228
...
fix issue #7228 ec2_vol crash
11 years ago
bryan hunt
88aaa70f0c
fix issue #7228 ec2_vol crash
11 years ago
Atlas Health
49d0ad0644
added example
11 years ago
Atlas Health
4258eb6be7
updated docs to include snapshot_tags option
...
added version
11 years ago
James Cammarata
04793ff640
Merge branch 'patch-2' of https://github.com/budlight/ansible into budlight-patch-2
11 years ago
Michael DeHaan
6b26efdee0
Merge pull request #7119 from jjshoe/patch-4
...
Finish reverting a broken commit in #5679
11 years ago
James Cammarata
ac1948c04c
Minor tweak to rsync_path construction in synchronize module
...
Fixes #7182
11 years ago
Michael DeHaan
d5e254d3c7
Merge pull request #6794 from follower/patch-4
...
Make `vpc_security_group` docs more accurate
11 years ago
Michael DeHaan
5c75ce1133
In apt module show 'name' vs pkg to standardize with the rest of the modules. 'pkg' is an alias for name.
11 years ago
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
11 years ago
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
11 years ago
James Cammarata
826198196b
Merge branch 'elb' of https://github.com/bpennypacker/ansible into bpennypacker-elb
11 years ago
James Cammarata
50cd3a4a8f
Make sure values are integers for certain hardware items for vpshere_guest
...
Fixes #7180
11 years ago
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
11 years ago
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.
11 years ago
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.
11 years ago
Michael DeHaan
2ea386fe04
Merge pull request #7168 from jjshoe/fix_apache2_module_docs
...
Fix example
11 years ago
Joel Schuweiler
7916545979
Fix example
11 years ago
Joel Schuweiler
5bad971873
Finish reverting #b73cddc
11 years ago
mkosmach
fbf3b78ace
add simplejson as alternative to json
11 years ago
Ben Holloway
e45d33954b
documentation fix
11 years ago
Ben Holloway
4596521147
attempt to set availability_zones to all if neither availability_zones or vpc_identifier are set
11 years ago
Bruce Pennypacker
dc912ca201
removed unwanted 'if wait else None'
11 years ago
Ben
5a39672efa
documentation fix availability_zones should be required for ec2_asg
11 years ago
Ben
30b634eae9
updated example to include instance_type
11 years ago
Ben
9770c7f47d
Added instance_type to ec2_lc variable list
11 years ago
Michael DeHaan
31f7a0693e
Add missing license headers to two modules and standardize formatting of another.
11 years ago
James Cammarata
89fa9b7305
Add parameters to get_url for the url username/password
...
Fixes #6928
11 years ago
James Cammarata
83f300ddd6
Merge branch 'apt_key_format' of https://github.com/andreasf/ansible into andreasf-apt_key_format
11 years ago
James Cammarata
3f1545f9db
Fixing the version_added string in the vsphere_guest module
11 years ago
James Cammarata
833ceeca24
Merge branch 'vmware_core' of https://github.com/rhoop/ansible into rhoop-vmware_core
11 years ago
James Cammarata
2bc640c82f
Merge pull request #7141 from lamby/devel
...
Correct/update debconf examples - need to specify vtype.
11 years ago
npeters
61bb40c0dd
Remove invalid variable
11 years ago
Ben Whaley
1c996085ff
Updated to use fetch_url
11 years ago
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
11 years ago
James Cammarata
46c0eb2f3e
Merge pull request #7022 from jjshoe/patch-1
...
apt_key lists all keys in uppercase
11 years ago
Richard Hoop
578ba471b1
Author
11 years ago
Chris Lamb
446765ace0
Correct/update debconf examples - need to specify vtype.
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
11 years ago
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()
11 years ago
Richard Hoop
07ad8432ec
Ready for pull request
11 years ago
Richard Hoop
5692ae95ab
Core complete
11 years ago
James Cammarata
eb090ad4a2
Merge pull request #6599 from dmage/nova_region_name
...
use region_name in nova_compute
11 years ago
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
11 years ago
James Cammarata
ed1c7a0f5d
Merge pull request #7128 from stansonhealth/improve_tag_docu
...
update ec2_tags documentation to include missing option
11 years ago
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.
11 years ago