Advertisement
Guest User

Untitled

a guest
Jul 8th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.17 KB | None | 0 0
  1. - name: Ensure the password for the cluster user
  2.   user:
  3.     name: "{{ pacemaker_user }}"
  4.     password: "{{ pacemaker_password | password_hash('sha512', ansible_hostname) }}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement