
This patch removes the README.md file and 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. Change-Id: Icc9581821b5ba9c2bef7c0608d989e7044017ae6 Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
49 lines
638 B
ReStructuredText
49 lines
638 B
ReStructuredText
=========
|
|
check_cpu
|
|
=========
|
|
|
|
--------------
|
|
About The Role
|
|
--------------
|
|
|
|
An Ansible role to check if the Host(s) fit(s) the CPU core requirements
|
|
|
|
Requirements
|
|
============
|
|
|
|
No requirements.
|
|
|
|
Dependencies
|
|
============
|
|
|
|
No dependencies.
|
|
|
|
Example Playbook
|
|
================
|
|
|
|
.. code-block:: yaml
|
|
|
|
- hosts: localhost
|
|
gather_facts: false
|
|
vars:
|
|
minimal_cpu_count: 42
|
|
roles:
|
|
- check_cpu
|
|
|
|
License
|
|
=======
|
|
|
|
Apache
|
|
|
|
Author Information
|
|
==================
|
|
|
|
**Red Hat TripleO DFG:DF Squad:VF**
|
|
|
|
----------------
|
|
Full Description
|
|
----------------
|
|
|
|
.. ansibleautoplugin::
|
|
:role: validations_common/roles/check_cpu
|