diff --git a/ansible/apt.yml b/ansible/apt.yml index 907e7ec62..08146bce6 100644 --- a/ansible/apt.yml +++ b/ansible/apt.yml @@ -1,6 +1,6 @@ --- - name: Ensure APT is configured - hosts: seed-hypervisor:seed:overcloud + hosts: seed-hypervisor:seed:overcloud:infra-vms vars: ansible_python_interpreter: /usr/bin/python3 tags: diff --git a/ansible/kayobe-ansible-user.yml b/ansible/kayobe-ansible-user.yml index cd1e8637b..6d081baf6 100644 --- a/ansible/kayobe-ansible-user.yml +++ b/ansible/kayobe-ansible-user.yml @@ -87,7 +87,7 @@ become: True - name: Verify that the Kayobe Ansible user account is accessible - hosts: seed-hypervisor:seed:overcloud + hosts: seed-hypervisor:seed:overcloud:infra-vms gather_facts: false tags: - kayobe-ansible-user diff --git a/ansible/network-connectivity.yml b/ansible/network-connectivity.yml index cf7a4043d..ccd95230e 100644 --- a/ansible/network-connectivity.yml +++ b/ansible/network-connectivity.yml @@ -1,6 +1,6 @@ --- - name: Check network connectivity between hosts - hosts: seed:seed-hypervisor:overcloud + hosts: seed:seed-hypervisor:overcloud:infra-vms vars: # Set this to an external IP address to check. nc_external_ip: 8.8.8.8 diff --git a/ansible/wipe-disks.yml b/ansible/wipe-disks.yml index 7aec95078..8ade2328e 100644 --- a/ansible/wipe-disks.yml +++ b/ansible/wipe-disks.yml @@ -8,7 +8,7 @@ # also closed and removed from crypttab. - name: Ensure that all unmounted block devices are wiped - hosts: seed-hypervisor:seed:overcloud + hosts: seed-hypervisor:seed:overcloud:infra-vms tags: - wipe-disks roles: