56453eaee8
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
13 lines
220 B
YAML
13 lines
220 B
YAML
---
|
|
- hosts: all
|
|
vars:
|
|
metadata:
|
|
name: Verify DNS
|
|
description: >
|
|
Verify that the DNS resolution works
|
|
groups:
|
|
- pre-deployment
|
|
server_to_lookup: example.com
|
|
roles:
|
|
- dns
|