Ansible role to deploy keepalived on debian-based systems. https://ednz.fr
Go to file
2024-02-07 22:34:17 +01:00
defaults feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
files feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
handlers feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
meta feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
molecule feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
tasks feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
templates feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
vars feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
.ansible-lint feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
.gitignore feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
.yamllint feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
LICENSE feat(init): add role skeleton 2024-02-07 22:34:17 +01:00
README.md feat(init): add role skeleton 2024-02-07 22:34:17 +01:00

deploy_keepalived

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_keepalived.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:
    - ednz_cloud.deploy_keepalived

License

MIT / BSD

Author Information

This role was created by Bertrand Lanson in 2024.