validations-common/doc/source/roles/role-service_status.rst
Gael Chamoulaud (Strider) 4a14df80af
[service_status] 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 facts gathering because this validation is
only using the package_facts.

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

615 B

service_status

About The Role

An Ansible role to detect services status on the target host(s).

Requirements

No requirements.

Dependencies

No dependencies.

Example Playbook

- hosts: localhost
  gather_facts: false
  roles:
    - service_status

License

Apache

Author Information

Red Hat TripleO DFG:DF Squad:VF

Full Description