Define corosync interface for facts gathering
When moving facts gathering to independent play we forgot to define variable that's being used for filtering. This makes playbook fail. Needed-By: https://review.opendev.org/c/openstack/openstack-ansible-os_masakari/+/845798 Change-Id: I75bdab29353f33fa009bf9a7ff1f565f1660ed59
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
- name: Gather masakari facts
|
- name: Gather masakari facts
|
||||||
hosts: masakari_all
|
hosts: masakari_all
|
||||||
gather_facts: "{{ osa_gather_facts | default(True) }}"
|
gather_facts: "{{ osa_gather_facts | default(True) }}"
|
||||||
|
vars:
|
||||||
|
pacemaker_corosync_ring_interface: "{{ masakari_monitor_corosync_multicast_interface }}"
|
||||||
tasks:
|
tasks:
|
||||||
- name: Gather additional facts
|
- name: Gather additional facts
|
||||||
include_tasks: "common-tasks/gather-hardware-facts.yml"
|
include_tasks: "common-tasks/gather-hardware-facts.yml"
|
||||||
|
|||||||
Reference in New Issue
Block a user