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
|
- name: Ensure APT is configured
|
||||||
hosts: seed-hypervisor:seed:overcloud
|
hosts: seed-hypervisor:seed:overcloud:infra-vms
|
||||||
vars:
|
vars:
|
||||||
ansible_python_interpreter: /usr/bin/python3
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
tags:
|
tags:
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
become: True
|
become: True
|
||||||
|
|
||||||
- name: Verify that the Kayobe Ansible user account is accessible
|
- 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
|
gather_facts: false
|
||||||
tags:
|
tags:
|
||||||
- kayobe-ansible-user
|
- kayobe-ansible-user
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Check network connectivity between hosts
|
- name: Check network connectivity between hosts
|
||||||
hosts: seed:seed-hypervisor:overcloud
|
hosts: seed:seed-hypervisor:overcloud:infra-vms
|
||||||
vars:
|
vars:
|
||||||
# Set this to an external IP address to check.
|
# Set this to an external IP address to check.
|
||||||
nc_external_ip: 8.8.8.8
|
nc_external_ip: 8.8.8.8
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# also closed and removed from crypttab.
|
# also closed and removed from crypttab.
|
||||||
|
|
||||||
- name: Ensure that all unmounted block devices are wiped
|
- name: Ensure that all unmounted block devices are wiped
|
||||||
hosts: seed-hypervisor:seed:overcloud
|
hosts: seed-hypervisor:seed:overcloud:infra-vms
|
||||||
tags:
|
tags:
|
||||||
- wipe-disks
|
- wipe-disks
|
||||||
roles:
|
roles:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user