Merge "Fix targeting hosts to 'localhost' instead of 'all'"

This commit is contained in:
Zuul 2021-05-18 01:48:54 +00:00 committed by Gerrit Code Review
commit 5f94808a17
10 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: Advanced Format 512e Support

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
gather_facts: false
vars:
metadata:

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: Verify server fits the disk space requirements to perform an upgrade

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: Verify server fits the disk space requirements

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: XFS ftype check

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
gather_facts: false
vars:
metadata:

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
gather_facts: false
vars:
metadata:

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: Verify DNS

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: NO-OP validation

View File

@ -1,5 +1,5 @@
---
- hosts: overcloud
- hosts: localhost
vars:
metadata:
name: Verify all deployed servers have their clock synchronised