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.
10 years ago
..
cloud Adds support for `health_check_period` and `health_check_type` in `ec2_asg` module. 10 years ago
commands Clarify free_form isn't a real option :) 11 years ago
database BUGFIX 1178: Adding better existence check in one place. db_import now fails fast if target does not exist b/c no point going further without the target. 10 years ago
files lineinfile supports symlinks. 10 years ago
internal Make async jid's unique per host 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Fix version_added for node in rabbitmq modules 11 years ago
monitoring Stackdriver module was in the wrong category, so moving. 11 years ago
net_infrastructure Added author and copyright lines to modules I contributed 10 years ago
network unified calls to fs function vs duplicate functions for file and 11 years ago
notification Stackdriver module was in the wrong category, so moving. 11 years ago
packaging Fix typo in apt module documentation 10 years ago
source_control Merge branch 'git_fix' of https://github.com/pkit/ansible into pkit-git_fix 10 years ago
system Merge branch 'lvg_dm_names' of https://github.com/ajsalminen/ansible into ajsalminen-lvg_dm_names 10 years ago
utilities Merge pull request #7374 from hfinucane/wait_for_pipes 10 years ago
web_infrastructure Updates django_manage so it populates VIRTUAL_ENV 10 years ago
windows Merge pull request #7889 from chrishoffman/win_group 10 years ago