You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2777|524|2253|2462|:+1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/223//ansiblelint">Evolix » ansible-roles » unstable #223</a>
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
Fully Qualified Collection Name |
2 months ago | |
---|---|---|
.. | ||
defaults | 2 years ago | |
files | 4 months ago | |
handlers | 2 months ago | |
tasks | 2 months ago | |
templates | 2 years ago | |
README.md | 2 years ago |
README.md
keepalived
Install Keepalived
Tasks
Everything is in the tasks/main.yml
file.
Available variables
keepalived_interface
: Interface used by vrrpd instance (default is the interface reported by ansible_default_ipv4.interface)keepalived_role
: This can be either master or backup (default:master
)keepalived_router_id
: Number between 0 and 255 used to differentiate multiple instances of vrrpd (default:42
)keepalived_priority
: Used for electing MASTER, highest priority wins (default :100
when keepalived_role is set tomaster
otherwise50
)keepalived_ip
: Address added or deleted on change to MASTER/BACKUP. This is mandatory (default: none)keepalived_password
: Password for accessing vrrpd. Should be the same on all machines. This is mandatory (default: none)