ฉันเรียนรู้ที่จะเข้าใจและเขียน playbook ง่าย ๆ แต่ฉันไม่เข้าใจหรือสิ่งที่ฉันทำผิดที่ตัวจัดการนั้นไม่ทำงาน! ได้โปรดช่วยฉันด้วย
Playbook ของฉัน:
- hosts: HA
gather_facts: False
tasks:
- name: Installs pacemaker
yum: pkg=pacemaker,pcs,resource-agents state=latest
notify:
- pcsd start
handlers:
- name: pcsd start
systemd: name=pcsd state=started
เขาข้ามแจ้ง:
PLAY [HA] **********************************************************************
TASK [Installs pacemaker] ******************************************************
ok: [test-ha2]
ok: [test-ha1]
PLAY RECAP *********************************************************************
test-ha1 : ok=1 changed=0 unreachable=0 failed=0
test-ha2 : ok=1 changed=0 unreachable=0 failed=0