/ansible_ec2_elb_healthcheck

Simple Ansible module to health check instances in an ELB

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ansible_ec2_elb_healthcheck

Simple Ansible module to health check instances in an ELB.

###Usage

To use this module, you can either:

  • Place it in your ANSBILE_LIBRARY path.
  • Use the --module-path command line option.
  • Place it in the directory ./library alongside your top level playbooks.

For more information check out the official Ansible documentation.