rougail-output-ansible/tests/results-doc/test_namespace/00_7help.sh

37 lines
7.8 KiB
Bash
Raw Normal View History

2026-01-14 14:25:35 +01:00
Ansible role: Rougail
▌ 🛈 Informations
▌ 
▌  basic 
Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Type  ┃ Access control  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
var1 │ The first variable. │  string   mandatory  │  basic  │
│ │ Multi line │ │ │
│ │ │ │ │
│ │ Help │ │ │
│ │ │ │ │
│ │ With useful information. │ │ │
├──────────────────────────────────────────────┼──────────────────────────────────────────────┼─────────────────────────────────────────────┼──────────────────────────────────────────────┤
var2 │ The second variable. │  string   mandatory  │  basic  │
│ │ Multi line │ │ │
│ │ Help │ │ │
│ │ With useful information. │ │ │
└──────────────────────────────────────────────┴──────────────────────────────────────────────┴─────────────────────────────────────────────┴──────────────────────────────────────────────┘
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # The first variable 
 var2: string1 # The second variable