Monty Taylor
3e3486b813
One more OpenStack deprecation notice
...
Fixes #858
8 years ago
Oleg A. Mamontov
845b6d78be
On FreeBSD apply 'login_class' only if there is real change.
8 years ago
James Cammarata
657d9d1f25
Add private_zone parameter for route53
...
Fixes #473
8 years ago
Monty Taylor
411c7e22b6
Add deprecation notices for old OpenStack modules
8 years ago
Brian Coca
fb61d5e795
fixed add_host docs indentation
8 years ago
Monty Taylor
7c9a36a999
Deprecate old OpenStack modules
...
There are a completely new set of modules that do all of the things like
keystone v3 and auth_plugins and the like correctly. Structurally
upgrading these would have been massively disruptive and there is no
real good way to do so without breaking people.
These modules should be kept around for several releases - they still
work for people - and they should get bug fixes. But they should not
take new features. New features should go to the os_ modules.
8 years ago
Brian Coca
d6305bc938
fixed file module to use realpath when following links, readlink could be relative and fail in corner cases as per #852
8 years ago
Edward Larkey
d17726bae9
Fix typo in authorized key module documentation.
...
Added opening double quote
8 years ago
Toshio Kuratomi
b9984b1dfe
Fix documentation to have correct param name
8 years ago
Dann Bohn
2cbaf16bcd
rhn_channel using depriciated methods. swapped out with their replacements
8 years ago
Brian Coca
5c90040626
undeprecated docker_image until replacement actually arives
8 years ago
blxd
35c414c271
Added check mode support to the ini_file module
8 years ago
Gerard Lynch
1fcc1a7374
wait_for: updated docs, must be resolvable hostname, updated example
8 years ago
Brian Coca
1ca1a2ed98
fixed typo on isgid
8 years ago
Brian Coca
49c10e4359
now captures connection exceptions and returns in 'nicer' module failure
8 years ago
Brian Coca
6e08dea567
fixed issues with stats return docs as per feedback
8 years ago
Brian Coca
47f84190a0
removed always for success, as data wont show on fail
8 years ago
Brian Coca
4124f8c381
now module fails gracefully instead of stacktrace when trying to install missing deb file
8 years ago
Brian Coca
8f197aed48
added missing docs on connection_timeout for wait_for
8 years ago
Brian Coca
d07d41b914
added note to add_hosts about loop bypass
8 years ago
Brian Coca
bcd6a6a3d5
draft for documenting module returns
8 years ago
Coderah
0fbe26273d
add alias support to route53 module
8 years ago
Coderah
40c41ed4ec
add hosted_zone information to ec2_elb_lb return
8 years ago
Capi Etheriel
103caa2853
add ec2 instance tags and groups info
8 years ago
Joel Thompson
646657e325
Fixes issue 697 -- only purge the grants that need to be purged
8 years ago
Stefan J. Betz
aca24caa19
Create SSH Keys always after creating $HOME
8 years ago
Jorge-Rodriguez
ad9379ad7d
Added optional parameter scheduler_hints.
8 years ago
Bret Martin
ed3f1a133b
ec2: make group only match group names in this VPC
8 years ago
Edward
bad5aafd30
Fixes #816 Backups not enabled on new droplets.
...
Convert backups_enabled string to lowercase. Similar to fix for private
networking.
8 years ago
Brian Coca
2278a69f7b
fix for mount w/o opts (bug introduced when fixing bind mounts)
8 years ago
Brian Coca
70856d5228
fix instance=None documentation
8 years ago
Brian Coca
cd7f498755
Revert "Revert "Don't use 'tenancy' in ec2 spot requests""
8 years ago
Brian Coca
6e55a0324b
Revert "Don't use 'tenancy' in ec2 spot requests"
8 years ago
Dan Rue
d3c686d632
Do not mark "skipped" when changed is false
...
When using the "creates" option with the uri module, set changed
to False if the file already exists. This behavior is consistent with
other modules which use "creates", such as command and shell.
8 years ago
Matt Martz
8e4755728e
DRY up duplicate code
8 years ago
mrsheepuk
31421374c0
Doc change - make clearer usage for existing remote file
...
Having read the doc for this module several times and completely missing that it can be used for existing remote archives, I propose this update to the wording to make clear from the top the two ways in which this module can be used.
8 years ago
Gauvain Pocentek
6c7b202a63
fetch: fix the flat parameter description
...
ansible-doc expects the value of the description field to be a list,
otherwise the output is not correct. This patch updates the flat
description to be a list.
8 years ago
Matt Martz
cf50526cb5
Don't hardcode minimum for boot_volume_size
8 years ago
Sergey Zhukov
d013652dc7
Fixed broken volumes_from for client API >= 1.10
8 years ago
Marek Chodor
35ab6d15df
Fixes docker.errors.DockerException: 'dns' parameter has no effect on create_container(). It has been moved to start()
8 years ago
Matt Martz
724ae97898
Fix order of logic to determine required args
8 years ago
Richard Lander
a0dad8e683
password required
8 years ago
Richard Lander
f5532b7904
set network_config.public_ips attribute
8 years ago
Matt Martz
1f51a5effd
Add boot from volume functionality to rax and rax_cbs modules
8 years ago
Toshio Kuratomi
3aba0d5272
Fix for recursion traceback in copy with relative paths
...
This is a further fix for: https://github.com/ansible/ansible/issues/9092
when the relative path contains a subdirectory. Like:
ansible localhost -m copy -a 'src=/etc/group dest=foo/bar/'
8 years ago
Matt Martz
cce6cb8d7f
Don't hardcode a minimum size of a volume
8 years ago
mcameron
f799180a58
More general output.
8 years ago
Toshio Kuratomi
af6c625cc2
When recursing subdirectories, honor the follow parameter for setting file attributes.
...
One half of the fix for
https://github.com/ansible/ansible-modules-core/issues/778
The other half is in basic.py
8 years ago
mcameron
751e268f0d
Useful log output.
8 years ago
Rahul Mehrotra
fe08f52d92
Fixed Documentation issue concerning file mode when specified using numberical value
8 years ago