Merge "Desigante: add DNS listen IPs to allow-notify list" into stable/wallaby
This commit is contained in:
commit
56c62a3292
@ -223,6 +223,12 @@ outputs:
|
||||
with_together:
|
||||
- "{{ dns_listen_ips }}"
|
||||
- "{{ groups['designate_bind'] | difference(groups['excluded_overcloud']) }}"
|
||||
- name: distribute listen IPs for configuring allow-notify list
|
||||
set_fact:
|
||||
tripleo_other_allow_notify: "{{ dns_listen_ips }}"
|
||||
delegate_facts: true
|
||||
delegate_to: "{{ item }}"
|
||||
loop: "{{ groups['designate_bind'] | difference(groups['excluded_overcloud']) }}"
|
||||
|
||||
- name: Configure ports to allow bind to collocate with other services listening on DNS ports
|
||||
when:
|
||||
|
Loading…
x
Reference in New Issue
Block a user