devgateway/ansible-role-pacemaker

TASK [styopa.pacemaker : Authenticate all nodes] *

relumer opened this issue · 1 comments

hi
i got it go past the previous error but now i am stuck here
TASK [styopa.pacemaker : Authenticate all nodes] *******************************
task path: /home/dimtheo/my-roles/styopa.pacemaker/tasks/main.yml:18
fatal: [debian3]: FAILED! => {"failed": true, "msg": "'cloud' is undefined"}

in vars/main i have these:

pacemaker_package: pacemaker
pacemaker_user: hacluster
pacemaker_ansible_group: cloud

i have defined "cloud". Any ideas why it complains ?
thank you

ok fixed that . had to define in tasks/main as pacemaker_ansible_group and not like i had it before