Ansible Role: Simple keepalived setup
Find a file
2020-12-01 22:14:26 +01:00
handlers Initial commit 2020-08-14 16:08:11 +02:00
meta Initial commit 2020-08-14 16:08:11 +02:00
tasks Initial commit 2020-08-14 16:08:11 +02:00
templates Use last part of virtual IP as router ID 2020-12-01 22:14:26 +01:00
.gitignore Initial commit 2020-08-14 16:08:11 +02:00
LICENSE Initial commit 2020-08-14 16:08:11 +02:00
README.md Fix Author information 2020-08-14 14:10:15 +00:00

keepalived-simple

Simple keepalived setup

Requirements

At least two Servers

Role Variables

  • keepalived_state (host var/inventory): "MASTER", default: "BACKUP"
  • keepalived_virtual_ipaddress (group var): Virtual IP (VIP) addresses
  • keepalived_chk_proc_name (undefined): Process name to check

Dependencies

  • None

Example Playbook

- hosts: keepalived-servers
  roles:
     - { role: keepalived-simple }

License

GPL-2.0-or-later

Author Information