Merge "Fix targeting hosts to 'localhost' instead of 'all'"
This commit is contained in:
commit
5f94808a17
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
- hosts: localhost
|
||||
vars:
|
||||
metadata:
|
||||
name: Advanced Format 512e Support
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
- hosts: localhost
|
||||
gather_facts: false
|
||||
vars:
|
||||
metadata:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
- hosts: localhost
|
||||
vars:
|
||||
metadata:
|
||||
name: Verify server fits the disk space requirements to perform an upgrade
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
- hosts: localhost
|
||||
vars:
|
||||
metadata:
|
||||
name: Verify server fits the disk space requirements
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
- hosts: localhost
|
||||
vars:
|
||||
metadata:
|
||||
name: XFS ftype check
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
- hosts: localhost
|
||||
gather_facts: false
|
||||
vars:
|
||||
metadata:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
- hosts: localhost
|
||||
gather_facts: false
|
||||
vars:
|
||||
metadata:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
- hosts: localhost
|
||||
vars:
|
||||
metadata:
|
||||
name: Verify DNS
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
- hosts: localhost
|
||||
vars:
|
||||
metadata:
|
||||
name: NO-OP validation
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: overcloud
|
||||
- hosts: localhost
|
||||
vars:
|
||||
metadata:
|
||||
name: Verify all deployed servers have their clock synchronised
|
||||
|
Loading…
x
Reference in New Issue
Block a user