Signed-off-by: Dan Mick <dmick@redhat.com>
- set_fact:
permanent: true
with_items: "{{ ansible_all_ipv4_addresses }}"
- when: "item.startswith('172.21.')"
+ when: "item.startswith('172.21.') or item.startswith('8.43')"
tags: always
## Let's make sure nodename gets set using our Sepia hostnames if the builder's in Sepia
- set_fact:
nodename: "{{ ansible_hostname }}"
with_items: "{{ ansible_all_ipv4_addresses }}"
- when: "item.startswith('172.21.')"
+ when: "item.startswith('172.21.') or item.startswith('8.43')"
tags: always
## EPHEMERAL SLAVE TASKS