Ansible role to deploy haproxy on debian-based systems. https://ednz.fr
Go to file
2024-01-31 17:38:13 +01:00
defaults feat(install): make haproxy usersystem user, ensure haproxy stays up if upgraded in bulk 2024-01-31 17:38:13 +01:00
files Initial commit 2024-01-29 17:53:50 +00:00
handlers Initial commit 2024-01-29 17:53:50 +00:00
meta feat(vars/defaults): start working of configuration variables 2024-01-29 23:03:27 +01:00
molecule feat(install): add repositories for ubuntu and debian 2024-01-30 23:20:26 +01:00
tasks feat(install): make haproxy usersystem user, ensure haproxy stays up if upgraded in bulk 2024-01-31 17:38:13 +01:00
templates feat(vars/defaults): start working of configuration variables 2024-01-29 23:03:27 +01:00
vars feat(install): make haproxy usersystem user, ensure haproxy stays up if upgraded in bulk 2024-01-31 17:38:13 +01:00
.ansible-lint Initial commit 2024-01-29 17:53:50 +00:00
.gitignore Initial commit 2024-01-29 17:53:50 +00:00
.yamllint Initial commit 2024-01-29 17:53:50 +00:00
LICENSE Initial commit 2024-01-29 17:53:50 +00:00
README.md Initial commit 2024-01-29 17:53:50 +00:00

deploy_haproxy

A brief description of the role goes here.

Requirements

None.

Role Variables

Available variables are listed below, along with default values. A sample file for the default values is available in default/deploy_haproxy.yml.sample in case you need it for any group_vars or host_vars configuration.

your_defaults_here: default_value # by default, set to default_value

A quick description of the variable, what it does, and how to use it.

Dependencies

None.

Example Playbook

# calling the role inside a playbook with either the default or group_vars/host_vars
- hosts: servers
  roles:
    - ednxzu.deploy_haproxy

License

MIT / BSD

Author Information

This role was created by Bertrand Lanson in 2023.