Serge van Ginderachter
30ef338c85
Implement BIGIP F5 TCP monitor
11 years ago
Scott Armit
957ef6efb3
If an AWS account does not have a default subnet in their VPC configuration, then creating instances in that VPC will not automatically provide a public IP/DNS. Boto added this functionality in 2.13.0 (NetworkInterfaceSpecification.associate_public_ip_address).
...
This change adds assign_pubic_ip as a parameter to the ec2 module, ensuring that it is not set to one of BOOLEANS_TRUE if vpc_subnet_id is not also set, and if Boto is less than 2.13.0.
11 years ago
kiri
14d6bda763
add NoneType check.
11 years ago
bennojoy
00b9aae26e
include files
11 years ago
Michael DeHaan
a33119dede
Merge pull request #4509 from mremond/gem_executable
...
Add executable parameter to find gem binary in gem module
11 years ago
Michael DeHaan
8bcd697816
Merge pull request #4424 from localvoid/firewalld-rich_rules
...
Add support for Rich Rules in firewalld module
11 years ago
Michael DeHaan
772bd33a0f
Revert "fix conversion from file to hardlink when force=yes"
...
This reverts commit 4d4518ed52
.
11 years ago
Michael DeHaan
c44aceb986
Merge pull request #4380 from joshkehn/lineinfile_validate
...
Added validate option to lineinfile
11 years ago
Michael DeHaan
0f18ac92b4
Merge pull request #4632 from simonsd/devel
...
refusing to convert between file and hard when force=yes
11 years ago
Michael DeHaan
dcc1beab37
Merge pull request #4600 from earchibald/devel
...
Added ['date_time']['tz_offset'] using %z to get the time offset rather ...
11 years ago
Michael DeHaan
a1b9dad167
Merge pull request #4597 from vegitron/devel
...
Allow generic django_management commands
11 years ago
Michael DeHaan
a6aeb12c8c
Merge pull request #4560 from tronner/issue4461
...
Fix illegal set operation in FreeBSD section of user module.
11 years ago
Michael DeHaan
52e35c5e6c
Merge pull request #4610 from bennojoy/gcs_fix3
...
fix for overwrite in put operation
11 years ago
Brian Coca
9b8b79f1fd
updated to make note that password is required before v1.4
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Michael DeHaan
2a7f915088
Merge pull request #4680 from berendt/fix_permissions_of_ovirt
...
fixed permissions of module library/cloud/ovirt
11 years ago
Brian Coca
0d9a6b63ea
updated docs
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Brian Coca
cdec70eeff
now supports users w/o a password, encrypted passwords and expiration
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Michael DeHaan
bc6d454b5e
Enable imports to work on a snippet based system, allowing for instance a library of common EC2 functions
...
to be reused between modules. See library/system/service and library/system/ping for initial examples. Can
work the old way to just import 'basic', or can import the new way to import multiple pieces of code from
module_utils/.
11 years ago
Christian Berendt
700969e8cb
fixed permissions of module library/cloud/ovirt
11 years ago
jctanner
3c3392a2d9
Merge pull request #4167 from tima/rsync3
...
synchronization module take 3
11 years ago
Serge van Ginderachter
f6442cda34
clean up comments to show monitor specific code
11 years ago
James Tanner
f27e2fd285
Fixes #4448 reloaded services should be started if not running
11 years ago
James Cammarata
a220d7c18c
Merge branch 'fix_autorized_keys' of https://github.com/mscherer/ansible into mscherer-fix_autorized_keys
11 years ago
James Cammarata
8fc62a1fb0
Fixing up authorized_keys to accept comments with spaces
11 years ago
Michael Scherer
d53abc2d5e
make sure that options are quoted, as people can add a shell
...
script there with a comma that would produce invalid configuration
upon being wrote again
11 years ago
Michael Scherer
2ad3a46e13
sort the option_key to have a constant predictable line
11 years ago
Michael Scherer
7afaeea131
adding a single comma at the end of the options list confuse the module
...
it start to duplicate line, because this create
a empty option in the list, and so the module add a new line along the previous
one. See
>>> ' a,b, '.strip().split(',')
['a', 'b', '']
11 years ago
jctanner
ee4b3a1446
Merge pull request #4631 from mmoya/mysql_variables-fix3
...
Fail if requested variable is not available
11 years ago
jctanner
9c108efd47
Merge pull request #4624 from SirScott/freebsd_service_module_uwsgi
...
Fix broken FreeBsdService class
11 years ago
James Tanner
664c4839eb
Set version_added for ec2_eip's in_vpc parameter
11 years ago
jctanner
4fbfa4706f
Merge pull request #4593 from pas256/eip-vpc
...
Add VPC support for EIP module
11 years ago
James Tanner
14e2961268
Set bigip_pool_member version added to 1.4
11 years ago
James Tanner
740491e0ce
Fixes #4500 change ec2 module params to type=bool
...
Revert 4833c2fdf0
11 years ago
Cove Schneider
729297bce8
update with current fixes from docker-ansible
11 years ago
Jon Kolb
0e2478e639
Fixes #3847 : lineinfile without regex
11 years ago
jctanner
602e7483c2
Merge pull request #4112 from jsdalton/add_az_support_to_ec2_elb
...
Add enable_availability_zone parameter to ec2 module.
11 years ago
jctanner
ff4ac6a3ad
Merge pull request #4054 from mhite/bigip_pool_member
...
New bigip_pool_member module
11 years ago
Dave Simons
1f86abcba6
fix conversion from file to hardlink when force=yes
...
Signed-off-by: Dave Simons <dave@inuits.eu>
11 years ago
Maykel Moya
6155bf2c55
Fail if requested variable is not available
11 years ago
bennojoy
a5b199e07b
fix to work like copy module
11 years ago
Dylan Martin
bc2b826fc4
unarchive - mvd docs to top of file
11 years ago
Dylan Martin
d4a9e54f26
better docs
11 years ago
Dylan Martin
3420ffa94b
unarchive module & action_plugin added
11 years ago
Scott Sturdivant
037dcbb4da
If the output of rcvar isn't a key=value pair, ignore it.
11 years ago
Serge van Ginderachter
2bc9f5eff0
update version added and add examples
11 years ago
Serge van Ginderachter
7ae16aec57
add missing defaults
11 years ago
Serge van Ginderachter
1fd91c272a
improve logic in setting parameters in check mode (monitor might not exist)
11 years ago
Serge van Ginderachter
62d7b1a62f
do not overwrite properties with defaults
11 years ago
Serge van Ginderachter
f8e40583f2
improve changed result for race conditions
11 years ago
Serge van Ginderachter
5e0fd019b8
adds receive_disable and time_until_up and some bugfixes
11 years ago