Infra VMs: fix some playbook host patterns

The infra-vms group was not added to some playbook host patterns where
it should have been. This change fixes that.

TrivialFix

Change-Id: I5df2918035df7577627fd2bd68417beddbcbf848
This commit is contained in:
Mark Goddard 2021-11-15 20:54:16 +00:00
parent e55fab9674
commit 5e9affb62c
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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: