ansible-roles/haproxy
2017-05-10 11:47:14 +02:00
..
defaults HAProxy: add templates lookup and documentation 2017-05-10 11:47:14 +02:00
handlers HAProxy: packages only 2016-12-29 17:25:01 +01:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks HAProxy: add templates lookup and documentation 2017-05-10 11:47:14 +02:00
templates HAProxy: add templates lookup and documentation 2017-05-10 11:47:14 +02:00
README.md HAProxy: add templates lookup and documentation 2017-05-10 11:47:14 +02:00

haproxy

Install HAProxy.

Tasks

Everything is in the tasks/main.yml file.

Available variables

  • general_package_release: which Debian release to use generally (default: stable).
  • haproxy_package_release: which Debian release to use for HAProxy (default: general_package_release).

The full list of variables (with default values) can be found in defaults/main.yml.