Created
August 11, 2016 13:20
-
-
Save goldyfruit/ca1fec9199d8bd8e112510dd47e9c872 to your computer and use it in GitHub Desktop.
ansible-pacemaker resource creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Creating HAproxy cloned resource | |
pcs_resource: | |
command=create | |
resource_id=haproxy | |
type=systemd:haproxy | |
clone=true | |
clone_max=3 | |
disable=true | |
args: | |
operations: | |
- action: monitor | |
options: | |
interval: 60s | |
start-delay: 10s | |
run_once: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment