From: David Galloway Date: Fri, 5 Dec 2025 17:01:07 +0000 (-0500) Subject: builder.yml: Add POK X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=004c67b69dc13ac827a6ed911213bd46ca0792da;p=ceph-build.git builder.yml: Add POK Signed-off-by: David Galloway --- diff --git a/ansible/examples/builder.yml b/ansible/examples/builder.yml index bb33f323..14249626 100644 --- a/ansible/examples/builder.yml +++ b/ansible/examples/builder.yml @@ -410,7 +410,7 @@ - set_fact: permanent: true with_items: "{{ ansible_all_ipv4_addresses }}" - when: "item.startswith('172.21.') or item.startswith('8.43')" + when: item | regex_search('^(172\\.21\\.|8\\.43\\.|10\\.20\\.)') tags: always ## Let's make sure nodename gets set using our Sepia hostnames if the builder's in Sepia