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:
parent
e55fab9674
commit
5e9affb62c
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user