You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
Frédéric de Villamil 1f3663b196 Adds support for `health_check_period` and `health_check_type` in `ec2_asg` module.
Default is set to 300 seconds, which is AWS default.

This PR fixes a bug (#7898) where instances created within an autoscaling group using the `ec2_asg` module gets immediately terminated because the `health_check_period` is set to 0, which causes the instance to be checked without having the time to actually boot.

Adding `health_check_type` is needed because you may want to check your instance health against an ELB instead of just EC2 default cloudwatch.
11 years ago
..
cloud Adds support for `health_check_period` and `health_check_type` in `ec2_asg` module. 11 years ago
commands
database
files
internal
inventory
messaging
monitoring
net_infrastructure
network
notification
packaging Fix typo in apt module documentation 11 years ago
source_control
system Merge branch 'lvg_dm_names' of https://github.com/ajsalminen/ansible into ajsalminen-lvg_dm_names 11 years ago
utilities Merge pull request #7374 from hfinucane/wait_for_pipes 11 years ago
web_infrastructure
windows Merge pull request #7889 from chrishoffman/win_group 11 years ago