Merge "[xfs_check_ftype] Add role documentation in sphinx"

This commit is contained in:
Zuul 2021-07-05 17:32:35 +00:00 committed by Gerrit Code Review
commit 9a5d45e24a
2 changed files with 42 additions and 0 deletions

View File

@ -2,5 +2,46 @@
xfs_check_ftype
===============
--------------
About The Role
--------------
An Ansible role to check if there is at least 1 XFS volume with ftype=0 in any
deployed server(s).
Requirements
============
No requirements.
Dependencies
============
No dependencies.
Example Playbook
================
.. code-block:: yaml
- hosts: localhost
gather_facts: false
roles:
- xfs_check_ftype
License
=======
Apache
Author Information
==================
**Red Hat TripleO DFG:DF Squad:VF**
----------------
Full Description
----------------
.. ansibleautoplugin::
:role: validations_common/roles/xfs_check_ftype

View File

@ -1,5 +1,6 @@
---
- hosts: localhost
gather_facts: false
vars:
metadata:
name: XFS ftype check