Gael Chamoulaud (Strider) b75dc0a062
[dns] Add role documentation in sphinx
This patch adds the documentation directly in the sphinx role
documentation index. All variables have been commented with a proper
description to be included automatically in the sphinx build.

This patch also disables the fact gathering as this validation doesn't
need them at all.

Change-Id: Ica37eb5a2b1edf883d701f523a12eb47264fed7c
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2021-06-29 10:55:11 +02:00

600 B

dns

About The Role

An Ansible role to verify that the DNS resolution works.

Requirements

No requirements.

Dependencies

No dependencies.

Example Playbook

- hosts: localhost
  gather_facts: false
  vars:
    server_to_lookup: example.com
  roles:
    - dns

License

Apache

Author Information

Red Hat TripleO DFG:DF Squad:VF

Full Description