fix: update tests

This commit is contained in:
egarette@silique.fr 2026-02-21 21:31:34 +01:00
parent 41a4b1fb3b
commit 5432980a6b
1599 changed files with 50890 additions and 42696 deletions

View file

@ -144,6 +144,8 @@ class Inventory(RougailOutputJson):
extra_vars[host_name].update(hosts["vars"][str(idx)]) extra_vars[host_name].update(hosts["vars"][str(idx)])
elif current_extra_vars: elif current_extra_vars:
extra_vars[host_name] = current_extra_vars extra_vars[host_name] = current_extra_vars
elif "vars" in hosts:
extra_vars[host_name] = hosts["vars"]
else: else:
ret[name] = hosts ret[name] = hosts
# manage hostsnames and vars in hostsname # manage hostsnames and vars in hostsname
@ -151,13 +153,12 @@ class Inventory(RougailOutputJson):
for host, domain_name in hosts.items(): for host, domain_name in hosts.items():
ret["_meta"]["hostvars"][host] = {"ansible_host": domain_name} ret["_meta"]["hostvars"][host] = {"ansible_host": domain_name}
if self.no_namespace_in_vars: if self.no_namespace_in_vars:
if host in namespaces: from rougail.tiramisu import normalize_family
for namespace in namespaces[host]: host_namespace = normalize_family(host)
if namespace in self.dico: if host_namespace in self.dico:
ret["_meta"]["hostvars"][host].update(self.dico[namespace]) ret["_meta"]["hostvars"][host].update(
else: self.dico[host_namespace]
for ns_vars in self.dico.values(): )
ret["_meta"]["hostvars"][host].update(ns_vars)
else: else:
if host in namespaces: if host in namespaces:
for namespace in namespaces[host]: for namespace in namespaces[host]:

View file

@ -43,15 +43,6 @@ list:
{{{{ step.output is propertyerror or step.output != 'ansible' }}}} {{{{ step.output is propertyerror or step.output != 'ansible' }}}}
return_type: boolean return_type: boolean
description: {_('if ansible is not set in "step.output"')} description: {_('if ansible is not set in "step.output"')}
json:
redefine: true
disabled:
jinja: |-
{{{{ step.output is propertyerror or (step.output != 'json' and step.output != 'ansible') }}}}
return_type: boolean
description: {_('if ansible or json are not set in "step.output"')}
""", """,
f""" f"""
ansible: ansible:

View file

@ -52,7 +52,7 @@ class Doc(RougailOutputDoc):
subconfig = self.config.list() subconfig = self.config.list()
if len(subconfig) != 1 or not subconfig[0].isoptiondescription(): if len(subconfig) != 1 or not subconfig[0].isoptiondescription():
raise Exception('not good') # FIXME raise Exception('not good') # FIXME
self.true_config = self.config self.root_config = self.config
self.config = subconfig[0] self.config = subconfig[0]
self.load() self.load()
self.load_formatter() self.load_formatter()

View file

@ -7,11 +7,12 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Type  ┃ Access control  ┃  Variable  ┃ Description  ┃ Type  ┃ Access control  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ ┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━┩
version │ A variable. │  string   mandatory  │  basic  │ version │ A variable. │  string    │  basic  │
└──────────────────────────────────────────────┴──────────────────────────────────────────────┴─────────────────────────────────────────────┴──────────────────────────────────────────────┘ │ │ │ mandatory  │ │
└───────────────────┴───────────────────┴───────────────────┴──────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,11 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Type  ┃ Access control  ┃  Variable  ┃ Type  ┃ Access control  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ ┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━┩
empty │  string   mandatory  │  basic  │ empty │  string   mandatory  │  basic  │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ └─────────────────────────┴──────────────────────────┴─────────────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,14 +7,17 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ A first variable. │ no │  string   mandatory  │  standard  │ │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ var1 │ A first │ no │  string    │  standard  │ │
var2 │ A second variable. │ the value of var1 │  string   multiple    │  standard  │  unique  │ │ │ variable. │ │ mandatory  │ │ │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var2 │ A second │ the value │  string    │  standard  │  unique  │
│ │ variable. │ of var1 │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,16 +7,18 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ A first variable. │ • no │  string   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ • yes │ mandatory  │ │ │ var1 │ A first │ • no │  string    │  standard  │  unique  │
│ │ │ • maybe │ │ │ │ │ │ variable. │ • yes │ multiple  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ │ • maybe │ mandatory  │ │ │
var2 │ A second variable. │ the value of "var1" string   multiple    │  standard  │  unique  │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var2 │ A second │ the value │  string    │  standard  │  unique  │
│ │ variable. │ of "var1"multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var2 │ A second variable. │ depends on a calculation │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ var2 │ A second │ depends on a │  string    │  standard  │
│ │ variable. │ calculation │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,17 +7,23 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ A first variable. │ │  domainname   multiple    │  basic  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ mandatory  │ │ • type domainname │ var1 │ A first │ │  domainna… │  basic  │  unique  │
│ │ │ │ │ │ • the domain name can be an │ │ │ variable. │ │ multiple  │ │ • type
│ │ │ │ │ │ IP. │ │ │ │ │ mandatory  │ │ domainname │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ │ │ │ │ • the │
var2 │ A second variable. │ the value of the variable │  domainname   multiple    │  standard  │  unique  │ │ │ │ │ │ │ domain │
│ │ │ "var1"mandatory  │ │ Type domainname. │ │ │ │ │ │ │ name can │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ │ │ │ │ │ │ be an IP. │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var2 │ A second │ the value │  domainna… │  standard  │  unique  │
│ │ variable. │ of the │ multiple  │ │ Type │
│ │ │ variable │ mandatory  │ │ domainnam… │
│ │ │ "rougail.… │ │ │ │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,13 +7,16 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ │  string   mandatory  │  basic  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var1 │ A first │ │  string    │  basic  │
var2 │ A second variable. │ value of a variable! │  string   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var2 │ A second │ value of a │  string    │  standard  │
│ │ variable. │ variable! │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,18 +7,21 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ │  string   mandatory  │  basic  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var1 │ A first │ │  string    │  basic  │
var2 │ A second variable. │ value │  string   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
│ │ │ of │ │ │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var2 │ A second │ value │  string    │  standard  │
│ │ variable. │ of │ mandatory  │ │
│ │ │ a │ │ │ │ │ │ a │ │ │
│ │ │ variable! │ │ │ │ │ │ variable! │ │ │
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var3 │ A new variable. │ │  string   mandatory  │  basic  │ var3 │ A new │ │  string    │  basic  │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ │ │ variable. │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,19 +7,26 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ A first variable. │ │  domainname   multiple    │  basic  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ mandatory  │ │ • type domainname │ var1 │ A first │ │  domainna… │  basic  │  unique  │
│ │ │ │ │ │ • the domain name can be an │ │ │ variable. │ │ multiple  │ │ • type
│ │ │ │ │ │ IP. │ │ │ │ │ mandatory  │ │ domainname │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ │ │ │ │ • the │
var2 │ A second variable. │ the value of the variable │  domainname   multiple    │  standard  │  unique  │ │ │ │ │ │ │ domain │
│ │ │ "var1"mandatory  │ │ • type domainname │ │ │ │ │ │ │ name can │
│ │ │ │ │ │ • the domain name can be an │ │ │ │ │ │ │ be an IP. │
│ │ │ │ │ │ IP. │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ var2 │ A second │ the value │  domainna… │  standard  │  unique  │
│ │ variable. │ of the │ multiple  │ │ • type
│ │ │ variable │ mandatory  │ │ domainname │
│ │ │ "rougail.… │ │ │ • the │
│ │ │ │ │ │ domain │
│ │ │ │ │ │ name can │
│ │ │ │ │ │ be an IP. │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,13 +7,15 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Type  ┃ Access control  ┃  Variable  ┃ Description  ┃ Type  ┃ Access control  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ ┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━┩
var1 │ A variable. │  string   mandatory  │  basic  │ var1 │ A variable. │  string    │  basic  │
├──────────────────────────────────────────────┼──────────────────────────────────────────────┼─────────────────────────────────────────────┼──────────────────────────────────────────────┤ │ │ │ mandatory  │ │
var2 │ A variable. │  string   mandatory  │  basic  │ ├───────────────────┼───────────────────┼───────────────────┼──────────────────┤
└──────────────────────────────────────────────┴──────────────────────────────────────────────┴─────────────────────────────────────────────┴──────────────────────────────────────────────┘ var2 │ A variable. │  string    │  basic  │
│ │ │ mandatory  │ │
└───────────────────┴───────────────────┴───────────────────┴──────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
without_type │ A variable. │ non │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ without_type │ A variable. │ non │  string    │  standard  │
│ │ │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,21 +7,28 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ The first variable. │ true boolean   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var1 │ The first │ true boolean    │  standard  │
var2 │ The second variable. │ true boolean   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var3 │ The third variable. │ true boolean   mandatory  │  standard  │ var2 │ The second │ true boolean    │  standard  │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ │ │ variable. │ │ mandatory  │ │
var4 │ The forth variable. │ false boolean   mandatory  │  standard  │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var3 │ The third │ true boolean    │  standard  │
var5 │ The fifth variable. │ false boolean   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var6 │ The sixth variable. │ false boolean   mandatory  │  standard  │ var4 │ The forth │ false boolean    │  standard  │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ variable. │ │ mandatory  │ │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var5 │ The fifth │ false boolean    │  standard  │
│ │ variable. │ │ mandatory  │ │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var6 │ The sixth │ false boolean    │  standard  │
│ │ variable. │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,12 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩
variable │ A variable. │ true boolean  │  standard  │ variable │ A variable. │ true boolean  │  standard  │
└─────────────────────────────────────────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────────────────────────────────────────┘ └───────────────┴───────────────┴───────────────┴───────────────┴──────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,40 +7,41 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ The first variable. │ │  choice   mandatory  │  basic  │ Choices: │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ │ │ • a │ var1 │ The first │ │  choice    │  basic  │ Choices: │
│ │ variable. │ │ mandatory  │ │ • a │
│ │ │ │ │ │ • b │ │ │ │ │ │ │ • b │
│ │ │ │ │ │ • c │ │ │ │ │ │ │ • c │
├──────────────────────────────────────────────────────────────────────────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var2 │ The second variable.  choice   mandatory   basic  Choices: var2 │ The second │ │  choice    │  basic  │ Choices: │
│ │ │ │ │ • a │ variable. │ │ mandatory  │ │ • a
│ │ │ │ │ │ • b │ │ │ │ │ │ │ • b │
│ │ │ │ │ │ • c │ │ │ │ │ │ │ • c │
├──────────────────────────────────────────────────────────────────────────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var3 │ The third variable.  choice   standard  Choices: var3 │ The third │ │  choice  │  standard  │ Choices: │
│ │ │ │ │ • a │ variable. │ │ │ │ • a
│ │ │ │ │ │ • b │ │ │ │ │ │ │ • b │
│ │ │ │ │ │ • c │ │ │ │ │ │ │ • c │
│ │ │ │ │ │ • null │ │ │ │ │ │ │ • null │
├──────────────────────────────────────────────────────────────────────────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var4 │ The forth variable.  choice   standard  Choices: var4 │ The forth │ │  choice  │  standard  │ Choices: │
│ │ │ │ │ • null │ variable. │ │ │ │ • null
│ │ │ │ │ │ • b │ │ │ │ │ │ │ • b │
│ │ │ │ │ │ • c │ │ │ │ │ │ │ • c │
├──────────────────────────────────────────────────────────────────────────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var5 │ The fifth variable. │ a  choice   mandatory   standard  Choices: var5 │ The fifth │ a │  choice    │  standard  │ Choices: │
│ │ │ │ │ • a │ variable. │ │ mandatory  │ │ • a
│ │ │ │ │ │ • b │ │ │ │ │ │ │ • b │
│ │ │ │ │ │ • c │ │ │ │ │ │ │ • c │
├──────────────────────────────────────────────────────────────────────────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var6 │ The sixth variable. 1  choice   mandatory   standard  Choices: var6 │ The sixth │ 1 choice    │  standard  │ Choices: │
│ │ │ │ │ • 1 │ variable. │ │ mandatory  │ │ • 1
│ │ │ │ │ │ • 2 │ │ │ │ │ │ • 2
│ │ │ │ │ │ • 3 │ │ │ │ │ │ • 3
└──────────────────────────────────────────────────────────────────────────────────────────┴───────────────────────────────────────────────────────────────────────────────────────────┘ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var │ A variable. │ 9 choice   mandatory  │  standard  │ Choices: choices is 0 to 9 ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ var │ A │ 9 choice    │  standard  │ Choices: │
│ │ variable. │ │ mandatory  │ │ choices is │
│ │ │ │ │ │ 0 to 9
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,19 +7,20 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ The first variable. │ │  choice   mandatory  │  basic  │ Choices: │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ │ │ • a │ var1 │ The first │ │  choice    │  basic  │ Choices: │
│ │ variable. │ │ mandatory  │ │ • a │
│ │ │ │ │ │ • b │ │ │ │ │ │ │ • b │
│ │ │ │ │ │ • c │ │ │ │ │ │ │ • c │
├──────────────────────────────────────────────────────────────────────────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var2 │ The second variable. │ the value of the variable  choice   mandatory   standard  Choices: var2 │ The second │ the value │  choice    │  standard  │ Choices: │
│ │ "var1" │ │ │ • a │ variable. │ of the │ mandatory  │ │ • a
│ │ │ │ │ • b │ │ variable │ │ │ • b
│ │ │ │ │ • c │ │ │ "rougail.… │ │ │ • c │
└──────────────────────────────────────────────────────────────────────────────────────────┴───────────────────────────────────────────────────────────────────────────────────────────┘ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,16 +7,20 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ A second variable. │ • a │  string   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ • b │ mandatory  │ │ │ var1 │ A second │ • a │  string    │  standard  │  unique  │
│ │ │ • c │ │ │ │ │ │ variable. │ • b │ multiple  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ │ • c │ mandatory  │ │ │
var2 │ A first variable. │ a │  choice   mandatory  │  standard  │ Choices: the value of the │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
│ │ │ │ │ │ variable "var1" var2 │ A first │ a │  choice    │  standard  │ Choices: │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ │ │ variable. │ │ mandatory  │ │ the value │
│ │ │ │ │ │ of the │
│ │ │ │ │ │ variable │
│ │ │ │ │ │ "rougail.… │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,19 +7,26 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ A second variable. │ • a │  string   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ • b │ mandatory  │ │ │ var1 │ A second │ • a │  string    │  standard  │  unique  │
│ │ │ • c │ │ │ │ │ │ variable. │ • b │ multiple  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ │ • c │ mandatory  │ │ │
var2 │ A first variable. │ a │  choice   mandatory  │  standard  │ Choices: the value of the │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
│ │ │ │ │ │ variable "var1" var2 │ A first │ a │  choice    │  standard  │ Choices: │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ variable. │ │ mandatory  │ │ the value │
var3 │ A third variable. │ the value of the variable │  choice   mandatory  │  standard  │ Choices: the value of the │ │ │ │ │ │ │ of the │
│ │ │ "var2" │ │ │ variable "var1" │ │ │ │ │ │ variable │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ │ │ │ │ │ │ "rougail.… │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var3 │ A third │ the value │  choice    │  standard  │ Choices: │
│ │ variable. │ of the │ mandatory  │ │ the value │
│ │ │ variable │ │ │ of the │
│ │ │ "rougail.… │ │ │ variable │
│ │ │ │ │ │ "rougail.… │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,16 +7,20 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ A second variable. │ • a │  string   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ • b │ mandatory  │ │ │ var1 │ A second │ • a │  string    │  standard  │  unique  │
│ │ │ • c │ │ │ │ │ │ variable. │ • b │ multiple  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ │ • c │ mandatory  │ │ │
var2 │ A first variable. │ a │  choice   mandatory  │  standard  │ Choices: the value of the │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
│ │ │ │ │ │ variable "var1" var2 │ A first │ a │  choice    │  standard  │ Choices: │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ │ │ variable. │ │ mandatory  │ │ the value │
│ │ │ │ │ │ of the │
│ │ │ │ │ │ variable │
│ │ │ │ │ │ "rougail.… │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
family family
▌ 🛈 Informations ▌ 🛈 Informations
@ -24,12 +28,16 @@
▌ Path: family ▌ Path: family
▌  standard  ▌  standard 
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
family.var3 │ A third variable. │ the value of the variable │  choice   mandatory  │  standard  │ Choices: the value of the │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ "var2" │ │ │ variable "var1" family.va… │ A third │ the value │  choice    │  standard  │ Choices: │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ │ │ variable. │ of the │ mandatory  │ │ the value │
│ │ │ variable │ │ │ of the │
│ │ │ "rougail.… │ │ │ variable │
│ │ │ │ │ │ "rougail.… │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,13 +7,16 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
custom1 │ The first variable. │ │  custom   mandatory  │  basic  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ custom1 │ The first │ │  custom    │  basic  │
custom2 │ The seconf variable. │ value │  custom   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
custom2 │ The seconf │ value │  custom    │  standard  │
│ │ variable. │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
variable │ A domain name variable. │ my.domain.name │  domainname   mandatory  │  standard  │ Type domainname. │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ variable │ A domain │ my.domain… │  domainna… │  standard  │ Type │
│ │ name │ │ mandatory  │ │ domainnam… │
│ │ variable. │ │ │ │ │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,13 +7,17 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
variable │ A domain name variable. │ my.domain.name │  domainname   mandatory  │  standard  │ • type domainname │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ │ │ • the domain name can be an │ variable │ A domain │ my.domain… │  domainna… │  standard  │ • type
│ │ │ │ │ │ IP. │ │ │ name │ │ mandatory  │ │ domainname │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ │ │ variable. │ │ │ │ • the │
│ │ │ │ │ │ domain │
│ │ │ │ │ │ name can │
│ │ │ │ │ │ be an IP. │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,21 +7,28 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ The first variable. │ 0.0 │  float   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var1 │ The first │ 0.0 │  float    │  standard  │
var2 │ The second variable. │ 0.0 │  float   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var3 │ The third variable. │ 0.0 │  float   mandatory  │  standard  │ var2 │ The second │ 0.0 │  float    │  standard  │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ │ │ variable. │ │ mandatory  │ │
var4 │ The forth variable. │ 10.1 │  float   mandatory  │  standard  │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var3 │ The third │ 0.0 │  float    │  standard  │
var5 │ The fifth variable. │ 10.1 │  float   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var6 │ The sixth variable. │ 10.1 │  float   mandatory  │  standard  │ var4 │ The forth │ 10.1 │  float    │  standard  │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ variable. │ │ mandatory  │ │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var5 │ The fifth │ 10.1 │  float    │  standard  │
│ │ variable. │ │ mandatory  │ │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var6 │ The sixth │ 10.1 │  float    │  standard  │
│ │ variable. │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,21 +7,28 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ The first variable. │ 0 integer   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var1 │ The first │ 0 integer    │  standard  │
var2 │ The second variable. │ 0 integer   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var3 │ The third variable. │ 0 integer   mandatory  │  standard  │ var2 │ The second │ 0 integer    │  standard  │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ │ │ variable. │ │ mandatory  │ │
var4 │ This forth variable. │ 10 integer   mandatory  │  standard  │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var3 │ The third │ 0 integer    │  standard  │
var5 │ The fifth variable. │ 10 integer   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var6 │ The sixth variable. │ 10 integer   mandatory  │  standard  │ var4 │ This forth │ 10 integer    │  standard  │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ variable. │ │ mandatory  │ │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var5 │ The fifth │ 10 integer    │  standard  │
│ │ variable. │ │ mandatory  │ │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var6 │ The sixth │ 10 integer    │  standard  │
│ │ variable. │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,17 +7,28 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ An IP. │ 1.1.1.1 │  IP   mandatory  │  standard  │ Reserved IP are allowed. │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ var1 │ An IP. │ 1.1.1.1 │  IP    │  standard  │ Reserved │
var2 │ An IP in CIDR format. │ 1.1.1.1/24 │  IP   mandatory  │  standard  │ • IP must be in CIDR format │ │ │ │ │ mandatory  │ │ IP are │
│ │ Example: 192.168.0.128/25 │ │ │ │ • reserved IP are allowed. │ │ │ │ │ │ │ allowed. │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var3 │ An IP in CIDR format with │ 1.1.1.1/24 │  CIDR   mandatory  │  standard  │ IP must be in CIDR format. │ var2 │ An IP in │ 1.1.1.1/24 │  IP    │  standard  │ • IP must │
│ │ obsolete CIDR type. │ │ │ │ │ │ │ CIDR │ │ mandatory  │ │ be in CIDR │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ │ │ format. │ │ │ │ format │
│ │ Example: │ │ │ │ • reserved │
│ │ 192.168.0… │ │ │ │ IP are │
│ │ │ │ │ │ allowed. │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var3 │ An IP in │ 1.1.1.1/24 │  CIDR    │  standard  │ IP must be │
│ │ CIDR │ │ mandatory  │ │ in CIDR │
│ │ format │ │ │ │ format. │
│ │ with │ │ │ │ │
│ │ obsolete │ │ │ │ │
│ │ CIDR type. │ │ │ │ │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,17 +7,25 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ An network. │ 1.1.1.0 │  network   mandatory  │  standard  │ │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ var1 │ An │ 1.1.1.0 │  network  │  standard  │ │
var2 │ An network in CIDR format. │ 1.1.1.0/24 │  network   mandatory  │  standard  │ Network must be in CIDR │ │ │ network. │ │ mandatory  │ │ │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var2 │ An network │ 1.1.1.0/24 │  network  │  standard  │ Network │
│ │ in CIDR │ │ mandatory  │ │ must be in │
│ │ format. │ │ │ │ CIDR │
│ │ │ │ │ │ format. │ │ │ │ │ │ │ format. │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var3 │ An network in CIDR format │ 1.1.1.0/24 │  network CIDR   mandatory  │  standard  │ Network must be in CIDR │ var3 │ An network │ 1.1.1.0/24 │  network  │  standard  │ Network │
│ │ with obsolete CIDR type. │ │ │ │ format. │ │ │ in CIDR │ │ CIDR    │ │ must be in │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ │ │ format │ │ mandatory  │ │ CIDR │
│ │ with │ │ │ │ format. │
│ │ obsolete │ │ │ │ │
│ │ CIDR type. │ │ │ │ │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,21 +7,28 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ The first variable. │ 0 integer   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var1 │ The first │ 0 integer    │  standard  │
var2 │ The second variable. │ 0 integer   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var3 │ The third variable. │ 0 integer   mandatory  │  standard  │ var2 │ The second │ 0 integer    │  standard  │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ │ │ variable. │ │ mandatory  │ │
var4 │ This forth variable. │ 10 integer   mandatory  │  standard  │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var3 │ The third │ 0 integer    │  standard  │
var5 │ The fifth variable. │ 10 integer   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var6 │ The sixth variable. │ 10 integer   mandatory  │  standard  │ var4 │ This forth │ 10 integer    │  standard  │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ variable. │ │ mandatory  │ │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var5 │ The fifth │ 10 integer    │  standard  │
│ │ variable. │ │ mandatory  │ │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var6 │ The sixth │ 10 integer    │  standard  │
│ │ variable. │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,30 +7,67 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
variable1 │ A port variable. │ │  port   mandatory  │  basic  │ • well-known ports (1 to │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ │ │ 1023) are allowed │ variable1 │ A port │ │  port    │  basic  │ • │
│ │ │ │ │ │ • registred ports (1024 to │ │ │ variable. │ │ mandatory  │ │ well-known │
│ │ │ │ │ │ 49151) are allowed │ │ │ │ │ │ │ ports (1
│ │ │ │ │ │ • private ports (greater │ │ │ │ │ │ │ to 1023)
│ │ │ │ │ │ than 49152) are allowed. │ │ │ │ │ │ │ are │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ │ │ │ │ │ │ allowed │
variable2 │ A port variable with default │ 8080 port   mandatory  │  standard  │ • well-known ports (1 to │ │ │ │ │ │ │ • │
│ │ value. │ │ │ │ 1023) are allowed │ │ │ │ │ │ │ registred │
│ │ │ │ │ │ • registred ports (1024 to │ │ │ │ │ │ │ ports │
│ │ │ │ │ │ 49151) are allowed │ │ │ │ │ │ │ (1024 to │
│ │ │ │ │ │ • private ports (greater │ │ │ │ │ │ │ 49151) are │
│ │ │ │ │ │ than 49152) are allowed. │ │ │ │ │ │ │ allowed │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ │ │ │ │ │ │ • private │
variable3 │ A port variable with integer │ 8080 port   mandatory  │  standard  │ • well-known ports (1 to │ │ │ │ │ │ │ ports │
│ │ default value. │ │ │ │ 1023) are allowed │ │ │ │ │ │ │ (greater │
│ │ │ │ │ │ • registred ports (1024 to │ │ │ │ │ │ │ than │
│ │ │ │ │ │ 49151) are allowed │ │ │ │ │ │ │ 49152) are │
│ │ │ │ │ │ • private ports (greater │ │ │ │ │ │ │ allowed. │
│ │ │ │ │ │ than 49152) are allowed. │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ variable2 │ A port │ 8080 port    │  standard  │ • │
│ │ variable │ │ mandatory  │ │ well-known │
│ │ with │ │ │ │ ports (1
│ │ default │ │ │ │ to 1023)
│ │ value. │ │ │ │ are │
│ │ │ │ │ │ allowed │
│ │ │ │ │ │ • │
│ │ │ │ │ │ registred │
│ │ │ │ │ │ ports │
│ │ │ │ │ │ (1024 to │
│ │ │ │ │ │ 49151) are │
│ │ │ │ │ │ allowed │
│ │ │ │ │ │ • private │
│ │ │ │ │ │ ports │
│ │ │ │ │ │ (greater │
│ │ │ │ │ │ than │
│ │ │ │ │ │ 49152) are │
│ │ │ │ │ │ allowed. │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
variable3 │ A port │ 8080 port    │  standard  │ • │
│ │ variable │ │ mandatory  │ │ well-known │
│ │ with │ │ │ │ ports (1
│ │ integer │ │ │ │ to 1023)
│ │ default │ │ │ │ are │
│ │ value. │ │ │ │ allowed │
│ │ │ │ │ │ • │
│ │ │ │ │ │ registred │
│ │ │ │ │ │ ports │
│ │ │ │ │ │ (1024 to │
│ │ │ │ │ │ 49151) are │
│ │ │ │ │ │ allowed │
│ │ │ │ │ │ • private │
│ │ │ │ │ │ ports │
│ │ │ │ │ │ (greater │
│ │ │ │ │ │ than │
│ │ │ │ │ │ 49152) are │
│ │ │ │ │ │ allowed. │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,14 +7,16 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var │ A first variable. │ #a1a1a1 │  regexp   mandatory  │  standard  │ Text based with regular │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ Examples: │ │ │ │ expressions │ var │ A first │ #a1a1a1 │  regexp    │  standard  │ Text based │
│ │ • #b1b1b1 │ │ │ │ "^#(?:[0-9a-f]{3}){1,2}$". │ │ │ variable. │ │ mandatory  │ │ with │
│ │ • #b2b2b2 │ │ │ │ │ │ │ Examples: │ │ │ │ regular │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ │ │ • #b1b1b1 │ │ │ │ expressio… │
│ │ • #b2b2b2 │ │ │ │ "^#(?:[0-… │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,19 +7,22 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ A first variable. │ #a1a1a1 │  regexp   mandatory  │  standard  │ Text based with regular │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ Examples: │ │ │ │ expressions │ var1 │ A first │ #a1a1a1 │  regexp    │  standard  │ Text based │
│ │ • #b1b1b1 │ │ │ │ "^#(?:[0-9a-f]{3}){1,2}$". │ │ │ variable. │ │ mandatory  │ │ with │
│ │ • #b2b2b2 │ │ │ │ │ │ │ Examples: │ │ │ │ regular │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ │ │ • #b1b1b1 │ │ │ │ expressio… │
var2 │ A second variable. │ the value of the variable │  regexp   mandatory  │  standard  │ Text based with regular │ │ │ • #b2b2b2 │ │ │ │ "^#(?:[0-… │
│ │ Examples: │ "var1" │ │ │ expressions │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
│ │ • #b2b1b1 │ │ │ │ "^#(?:[0-9a-f]{3}){1,2}$". │ var2 │ A second │ the value │  regexp    │  standard  │ Text based │
│ │ • #b3b2b2 │ │ │ │ │ │ │ variable. │ of the │ mandatory  │ │ with │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ │ │ Examples: │ variable │ │ │ regular │
│ │ • #b2b1b1 │ "rougail.… │ │ │ expressio… │
│ │ • #b3b2b2 │ │ │ │ "^#(?:[0-… │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,13 +7,16 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
secret1 │ The first variable. │ │  secret   mandatory  │  basic  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ secret1 │ The first │ │  secret    │  basic  │
secret2 │ The second variable. │ value │  secret   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
secret2 │ The second │ value │  secret    │  standard  │
│ │ variable. │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,21 +7,37 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
secret1 │ The first variable. │ │  secret   mandatory  │  basic  │ Minimum length for the │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ │ │ secret is 10 characters. │ secret1 │ The first │ │  secret    │  basic  │ Minimum │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ │ │ variable. │ │ mandatory  │ │ length for
secret2 │ The second variable. │ value │  secret   mandatory  │  standard  │ • maximum length for the │ │ │ │ │ │ │ the secret │
│ │ │ │ │ │ secret is 10 characters │ │ │ │ │ │ │ is 10
│ │ │ │ │ │ • forbidden characters: "$" │ │ │ │ │ │ character… │
│ │ │ │ │ │ and "^". │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ secret2 │ The second │ value │  secret    │  standard  │ • maximum │
secret3 │ The third variable. │ value │  secret   mandatory  │  standard  │ • maximum length for the │ │ │ variable. │ │ mandatory  │ │ length for
│ │ │ │ │ │ secret is 10 characters │ │ │ │ │ │ │ the secret │
│ │ │ │ │ │ • forbidden characters: "$". │ │ │ │ │ │ │ is 10
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ │ │ │ │ │ │ characters │
│ │ │ │ │ │ • │
│ │ │ │ │ │ forbidden │
│ │ │ │ │ │ character… │
│ │ │ │ │ │ "$" and │
│ │ │ │ │ │ "^". │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
secret3 │ The third │ value │  secret    │  standard  │ • maximum │
│ │ variable. │ │ mandatory  │ │ length for
│ │ │ │ │ │ the secret │
│ │ │ │ │ │ is 10
│ │ │ │ │ │ characters │
│ │ │ │ │ │ • │
│ │ │ │ │ │ forbidden │
│ │ │ │ │ │ character… │
│ │ │ │ │ │ "$". │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,25 +7,34 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ The first variable. │ │  string   mandatory  │  basic  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var1 │ The first │ │  string    │  basic  │
var2 │ The second variable. │ │  string   mandatory  │  basic  │ │ │ variable. │ │ mandatory  │ │
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var3 │ The third variable. │ │  string   mandatory  │  basic  │ var2 │ The second │ │  string    │  basic  │
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ │ │ variable. │ │ mandatory  │ │
var4 │ The forth variable. │ value │  string   mandatory  │  standard  │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var3 │ The third │ │  string    │  basic  │
var5 │ The fifth variable. │ value │  string   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var6 │ The sixth variable. │ value │  string   mandatory  │  standard  │ var4 │ The forth │ value │  string    │  standard  │
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ │ │ variable. │ │ mandatory  │ │
var7 │ The seventh variable. │ 8080 string   mandatory  │  standard  │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var5 │ The fifth │ value │  string    │  standard  │
var8 │ The height variable. │ true string   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var6 │ The sixth │ value │  string    │  standard  │
│ │ variable. │ │ mandatory  │ │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var7 │ The seventh │ 8080 string    │  standard  │
│ │ variable. │ │ mandatory  │ │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var8 │ The height │ true string    │  standard  │
│ │ variable. │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,14 +7,15 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var │ A choice. │ quote' choice   mandatory  │  standard  │ Choices: │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ │ │ • quote' var │ A choice. │ quote' choice    │  standard  │ Choices: │
│ │ │ │ mandatory  │ │ • quote'
│ │ │ │ │ │ • quote" │ │ │ │ │ │ • quote"
│ │ │ │ │ │ • quote"' │ │ │ │ │ │ │ • quote"' │
└──────────────────────────────────────────────────────────────────────────────────────────┴───────────────────────────────────────────────────────────────────────────────────────────┘ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,21 +7,25 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Type  ┃ Access control  ┃  Variable  ┃ Description  ┃ Type  ┃ Access control  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ ┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━┩
var1 │ The first variable. │  string   mandatory  │  basic  │ var1 │ The first │  string    │  basic  │
│ │ variable. │ mandatory  │ │
│ │ Multi line │ │ │ │ │ Multi line │ │ │
│ │ │ │ │ │ │ │ │ │
│ │ Help │ │ │ │ │ Help │ │ │
│ │ │ │ │ │ │ │ │ │
│ │ With useful information. │ │ │ │ │ With useful │ │ │
├──────────────────────────────────────────────┼──────────────────────────────────────────────┼─────────────────────────────────────────────┼──────────────────────────────────────────────┤ │ │ information. │ │ │
var2 │ The second variable. │  string   mandatory  │  basic  │ ├───────────────────┼───────────────────┼───────────────────┼──────────────────┤
var2 │ The second │  string    │  basic  │
│ │ variable. │ mandatory  │ │
│ │ Multi line │ │ │ │ │ Multi line │ │ │
│ │ Help │ │ │ │ │ Help │ │ │
│ │ With useful information. │ │ │ │ │ With useful │ │ │
└──────────────────────────────────────────────┴──────────────────────────────────────────────┴─────────────────────────────────────────────┴──────────────────────────────────────────────┘ │ │ information. │ │ │
└───────────────────┴───────────────────┴───────────────────┴──────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,17 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Type  ┃ Access control  ┃  Variable  ┃ Description  ┃ Type  ┃ Access control  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ ┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━┩
var1 │ The first variable. │  string   mandatory  │  basic  │ var1 │ The first │  string    │  basic  │
│ │ variable. │ mandatory  │ │
│ │ Message with '. │ │ │ │ │ Message with '. │ │ │
├──────────────────────────────────────────────┼──────────────────────────────────────────────┼─────────────────────────────────────────────┼──────────────────────────────────────────────┤ ├───────────────────┼───────────────────┼───────────────────┼──────────────────┤
var2 │ The second variable. │  string   mandatory  │  basic  │ var2 │ The second │  string    │  basic  │
│ │ variable. │ mandatory  │ │
│ │ Message with ". │ │ │ │ │ Message with ". │ │ │
└────────────────────────────────────────────────────────────────────────────────────────────┴───────────────────────────────────────────────────────────────────────────────────────────┘ └───────────────────┴───────────────────┴───────────────────┴──────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,21 +7,25 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Type  ┃ Access control  ┃  Variable  ┃ Description  ┃ Type  ┃ Access control  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ ┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━┩
var1 │ The first <variable>. │  string   mandatory  │  basic  │ var1 │ The first │  string    │  basic  │
│ │ <variable>. │ mandatory  │ │
│ │ Multi line │ │ │ │ │ Multi line │ │ │
│ │ │ │ │ │ │ │ │ │
│ │ <Help> │ │ │ │ │ <Help> │ │ │
│ │ │ │ │ │ │ │ │ │
│ │ With useful information. │ │ │ │ │ With useful │ │ │
├──────────────────────────────────────────────┼──────────────────────────────────────────────┼─────────────────────────────────────────────┼──────────────────────────────────────────────┤ │ │ information. │ │ │
var2 │ The second <variable>. │  string   mandatory  │  basic  │ ├───────────────────┼───────────────────┼───────────────────┼──────────────────┤
var2 │ The second │  string    │  basic  │
│ │ <variable>. │ mandatory  │ │
│ │ Multi line │ │ │ │ │ Multi line │ │ │
│ │ <Help> │ │ │ │ │ <Help> │ │ │
│ │ With useful information. │ │ │ │ │ With useful │ │ │
└──────────────────────────────────────────────┴──────────────────────────────────────────────┴─────────────────────────────────────────────┴──────────────────────────────────────────────┘ │ │ information. │ │ │
└───────────────────┴───────────────────┴───────────────────┴──────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
variable │ A variable. │ quote" string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ variable │ A variable. │ quote" string    │  standard  │
│ │ │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
variable │ A variable. │ quote'" string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ variable │ A variable. │ quote'" string    │  standard  │
│ │ │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
variable │ A variable. │ quote\"\' string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ variable │ A variable. │ quote\"\' string    │  standard  │
│ │ │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
variable │ A variable. │ quote' string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ variable │ A variable. │ quote' string    │  standard  │
│ │ │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
variable │ A variable. │ get information test_information │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ variable │ A variable. │ get │  string    │  standard  │
│ │ │ information │ mandatory  │ │
│ │ │ test_informa… │ │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
variable │ A variable. │ the value of the namespace │  string  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ variable │ A variable. │ the value of │  string  │  standard  │
│ │ │ the namespace │ │ │
└───────────────┴───────────────┴───────────────┴───────────────┴──────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
variable │ A variable. │ depends on a calculation │  string  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ variable │ A variable. │ depends on a │  string  │  standard  │
│ │ │ calculation │ │ │
└───────────────┴───────────────┴───────────────┴───────────────┴──────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,34 +7,44 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ The first variable. │ │  string   mandatory  │  basic  │ │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ Example: test │ │ │ │ │ var1 │ The first │ │  string    │  basic  │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ variable. │ │ mandatory  │ │ │
var2 │ The second variable. │ value │  string   mandatory  │  standard  │ │ │ │ Example: │ │ │ │ │
│ │ Example: test │ │ │ │ │ │ │ test │ │ │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var3 │ The third variable. │ │  string   mandatory  │  basic  │ │ var2 │ The second │ value │  string    │  standard  │ │
│ │ variable. │ │ mandatory  │ │ │
│ │ Example: │ │ │ │ │
│ │ test │ │ │ │ │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var3 │ The third │ │  string    │  basic  │ │
│ │ variable. │ │ mandatory  │ │ │
│ │ Examples: │ │ │ │ │ │ │ Examples: │ │ │ │ │
│ │ • test1 │ │ │ │ │ │ │ • test1 │ │ │ │ │
│ │ • test2 │ │ │ │ │ │ │ • test2 │ │ │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var4 │ The forth variable. │ │  string  │  standard  │ │ var4 │ The forth │ │  string  │  standard  │ │
│ │ variable. │ │ │ │ │
│ │ Examples: │ │ │ │ │ │ │ Examples: │ │ │ │ │
│ │ • null │ │ │ │ │ │ │ • null │ │ │ │ │
│ │ • test1 │ │ │ │ │ │ │ • test1 │ │ │ │ │
│ │ • test2 │ │ │ │ │ │ │ • test2 │ │ │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var5 │ The fifth variable. │ true boolean   mandatory  │  standard  │ │ var5 │ The fifth │ true boolean  │  standard  │ │
│ │ Example: false │ │ │ │ │ │ │ variable. │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ Example: │ │ │ │ │
var6 │ The sixth variable. │ │  string   multiple    │  basic  │  unique  │ │ │ false │ │ │ │ │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var6 │ The sixth │ │  string    │  basic  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ Examples: │ │ mandatory  │ │ │ │ │ Examples: │ │ mandatory  │ │ │
│ │ • test1 │ │ │ │ │ │ │ • test1 │ │ │ │ │
│ │ • test2 │ │ │ │ │ │ │ • test2 │ │ │ │ │
└──────────────────────────────────────────────────────────────────────────────────────────┴───────────────────────────────────────────────────────────────────────────────────────────┘ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,19 +7,20 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Type  ┃ control  ┃ Validator  ┃
variable1 │ A first variable. │  choice   multiple   mandatory  │  basic  │  unique  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ │ │ │ │ Choices: │ variable1 │ A first │  choice    │  basic  │  unique  │
│ │ variable. │ multiple    │ │ Choices: │
│ │ │ mandatory  │ │ • val1 │
│ │ │ │ │ • val2 │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
variable2 │ A second │  choice    │  standard  │  unique  │
│ │ variable. │ multiple  │ │ Choices: │
│ │ │ │ │ • val1 │ │ │ │ │ │ • val1 │
│ │ │ │ │ • val2 │ │ │ │ │ │ • val2 │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ └───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
variable2 │ A second variable. │  choice   multiple  │  standard  │  unique  │
│ │ │ │ │ Choices: │
│ │ │ │ │ • val1 │
│ │ │ │ │ • val2 │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,19 +7,30 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
source_variable_1 │ The first source variable. │ val1 │  string   mandatory  │  standard  │ │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ source_va… │ The first │ val1 │  string    │  standard  │ │
source_variable_2 │ The second source variable. │ val2 │  string   mandatory  │  standard  │ │ │ │ source │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ │ │ variable. │ │ │ │ │
my_variable │ A variable. │ val1 │  choice   mandatory  │  standard  │ Choices: │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
│ │ │ │ │ │ • the value of the variable │ source_va… │ The second │ val2 │  string    │  standard  │ │
│ │ │ │ │ │ "source_variable_1" │ │ source │ │ mandatory  │ │ │
│ │ │ │ │ │ • the value of the variable │ │ │ variable. │ │ │ │ │
│ │ │ │ │ │ "source_variable_2" ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ my_variab… │ A │ val1 │  choice    │  standard  │ Choices: │
│ │ variable. │ │ mandatory  │ │ • the │
│ │ │ │ │ │ value of │
│ │ │ │ │ │ the │
│ │ │ │ │ │ variable │
│ │ │ │ │ │ "rougail.… │
│ │ │ │ │ │ • the │
│ │ │ │ │ │ value of │
│ │ │ │ │ │ the │
│ │ │ │ │ │ variable │
│ │ │ │ │ │ "rougail.… │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
variable │ A variable. │ concat all parameters │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ variable │ A variable. │ concat all │  string    │  standard  │
│ │ │ parameters │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var │ A variable. │ returns the information │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ var │ A variable. │ returns the │  string    │  standard  │
│ │ │ information │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,13 +7,16 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ │  string   mandatory  │  basic  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var1 │ A first │ │  string    │  basic  │
var2 │ A second variable. │ depends on a calculation │  string   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var2 │ A second │ depends on a │  string    │  standard  │
│ │ variable. │ calculation │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,14 +7,20 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Default value ┃ Type  ┃ control  ┃ Validator  ┃
my_variable │ val1 │  string   mandatory  │  standard  │ │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ my_variable │ val1 │  string    │  standard  │ │
my_calculated_variable │ • the value of the variable │  string   multiple   mandatory  │  standard  │  unique  │ │ │ │ mandatory  │ │ │
│ │ "my_variable" if it is defined │ │ │ │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ my_calculate… │ • the value │  string    │  standard  │  unique  │
│ │ of the │ multiple    │ │ │
│ │ variable │ mandatory  │ │ │
│ │ "rougail.my_… │ │ │ │
│ │ if it is │ │ │ │
│ │ defined │ │ │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,14 +7,20 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Default value ┃ Type  ┃ control  ┃ Validator  ┃
my_variable │ val1 │  string   mandatory  │  standard  │ │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ my_variable │ val1 │  string    │  standard  │ │
my_calculated_variable │ • the value of the variable │  string   multiple   mandatory  │  standard  │  unique  │ │ │ │ mandatory  │ │ │
│ │ "my_variable" if it is defined │ │ │ │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ my_calculate… │ • the value │  string    │  standard  │  unique  │
│ │ of the │ multiple    │ │ │
│ │ variable │ mandatory  │ │ │
│ │ "rougail.my_… │ │ │ │
│ │ if it is │ │ │ │
│ │ defined │ │ │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,14 +7,20 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Default value ┃ Type  ┃ control  ┃ Validator  ┃
my_variable │ val1 │  string   mandatory  │  standard  │ │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ my_variable │ val1 │  string    │  standard  │ │
my_calculated_variable │ • the value of the variable │  string   multiple   mandatory  │  standard  │  unique  │ │ │ │ mandatory  │ │ │
│ │ "my_variable" if it is defined │ │ │ │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ my_calculate… │ • the value │  string    │  standard  │  unique  │
│ │ of the │ multiple    │ │ │
│ │ variable │ mandatory  │ │ │
│ │ "rougail.my_… │ │ │ │
│ │ if it is │ │ │ │
│ │ defined │ │ │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Type  ┃ Access control  ┃ Validator  ┃  Variable  ┃ Type  ┃ Access control  ┃ Validator  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ ┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━┩
my_calculated_variable │  string   multiple   mandatory  │  standard  │  unique  │ my_calculated_va… │  string    │  standard  │  unique  │
└──────────────────────────────────────────────┴──────────────────────────────────────────────┴──────────────────────────────────────────────┴─────────────────────────────────────────────┘ │ │ multiple    │ │ │
│ │ mandatory  │ │ │
└───────────────────┴───────────────────┴───────────────────┴──────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,20 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Default value ┃ Type  ┃ control  ┃ Validator  ┃
my_variable │ • val1 │  string   multiple   mandatory  │  standard  │  unique  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ │ • val2 │ │ │ │ my_variable │ • val1 │  string    │  standard  │  unique  │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ │ │ • val2 │ multiple    │ │ │
my_calculated_variable │ the value of the variable │  string   multiple   mandatory  │  standard  │  unique  │ │ │ │ mandatory  │ │ │
│ │ "my_variable" if it is defined │ │ │ │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ my_calculate… │ the value of │  string    │  standard  │  unique  │
│ │ the variable │ multiple    │ │ │
│ │ "rougail.my_… │ mandatory  │ │ │
│ │ if it is │ │ │ │
│ │ defined │ │ │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,13 +7,16 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ returns a value │  string  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var1 │ A first │ returns a │  string  │  standard  │
var2 │ A second variable. │ no │  string   mandatory  │  standard  │ │ │ variable. │ value │ │ │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var2 │ A second │ no │  string    │  standard  │
│ │ variable. │ │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,21 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ │  string   mandatory  │  basic  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var1 │ A first │ │  string    │  basic  │
var2 │ A second variable. │ the value of the information │  string   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
│ │ │ "test_information" of the variable │ │ │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var2 │ A second │ the value of │  string    │  standard  │
│ │ variable. │ the │ mandatory  │ │
│ │ │ information │ │ │
│ │ │ "test_inform… │ │ │
│ │ │ of the │ │ │
│ │ │ variable │ │ │
│ │ │ "var1" │ │ │ │ │ │ "var1" │ │ │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ └───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,21 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ │  string   mandatory  │  basic  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var1 │ A first │ │  string    │  basic  │
var2 │ A second variable. │ the value of the information │  string   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
│ │ │ "test_information" of the variable │ │ │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var2 │ A second │ the value of │  string    │  standard  │
│ │ variable. │ the │ mandatory  │ │
│ │ │ information │ │ │
│ │ │ "test_inform… │ │ │
│ │ │ of the │ │ │
│ │ │ variable │ │ │
│ │ │ "var1" │ │ │ │ │ │ "var1" │ │ │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ └───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var │ A variable. │ 9 choice   mandatory  │  standard  │ Choices: choice for 0 to 9 ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ var │ A │ 9 choice    │  standard  │ Choices: │
│ │ variable. │ │ mandatory  │ │ choice for
│ │ │ │ │ │ 0 to 9
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var │ A variable. │ 9 choice   mandatory  │  standard  │ Choices: choice for 0 to 9 ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘ var │ A │ 9 choice    │  standard  │ Choices: │
│ │ variable. │ │ mandatory  │ │ choice for
│ │ │ │ │ │ 0 to 9
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,33 +7,42 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ The first variable. │ • true boolean   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
var1 │ The first │ • true boolean  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var2 │ The second variable. │ • true boolean   multiple    │  standard  │  unique  │ var2 │ The second │ • true boolean  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var3 │ The third variable. │ • true boolean   multiple    │  standard  │  unique  │ var3 │ The third │ • true boolean  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var4 │ The forth variable. │ • false boolean   multiple    │  standard  │  unique  │ var4 │ The forth │ • false boolean  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var5 │ The fifth variable. │ • false boolean   multiple    │  standard  │  unique  │ var5 │ The fifth │ • false boolean  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var6 │ The sixth variable. │ • false boolean   multiple    │  standard  │  unique  │ var6 │ The sixth │ • false boolean  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var7 │ The seventh variable. │ • true boolean   multiple    │  standard  │  unique  │ var7 │ The │ • true boolean  │  standard  │  unique  │
│ │ seventh │ │ multiple  │ │ │
│ │ variable. │ │ mandatory  │ │ │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var8 │ The eighth │ • true boolean  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
var8 │ The eighth variable. │ • true boolean   multiple    │  standard  │  unique  │
│ │ │ │ mandatory  │ │ │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,18 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
custom1 │ A first custom variable. │ │  custom   multiple    │  basic  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ mandatory  │ │ │ custom1 │ A first │ │  custom    │  basic  │  unique  │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ custom │ │ multiple  │ │ │
custom2 │ A second custom variable. │ • value │  custom   multiple    │  standard  │  unique  │ │ │ variable. │ │ mandatory  │ │ │
│ │ │ │ mandatory  │ │ │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ custom2 │ A second │ • value │  custom    │  standard  │  unique  │
│ │ custom │ │ multiple  │ │ │
│ │ variable. │ │ mandatory  │ │ │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,33 +7,42 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ The first variable. │ • 0.0 │  float   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
var1 │ The first │ • 0.0 │  float    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var2 │ The second variable. │ • 0.0 │  float   multiple    │  standard  │  unique  │ var2 │ The second │ • 0.0 │  float    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var3 │ The third variable. │ • 0.0 │  float   multiple    │  standard  │  unique  │ var3 │ The third │ • 0.0 │  float    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var4 │ The forth variable. │ • 10.1 │  float   multiple    │  standard  │  unique  │ var4 │ The forth │ • 10.1 │  float    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var5 │ The fifth variable. │ • 10.1 │  float   multiple    │  standard  │  unique  │ var5 │ The fifth │ • 10.1 │  float    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var6 │ The sixth variable. │ • 10.1 │  float   multiple    │  standard  │  unique  │ var6 │ The sixth │ • 10.1 │  float    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var7 │ The seventh variable. │ • 0.0 │  float   multiple    │  standard  │  unique  │ var7 │ The │ • 0.0 │  float    │  standard  │  unique  │
│ │ seventh │ │ multiple  │ │ │
│ │ variable. │ │ mandatory  │ │ │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var8 │ The eighth │ • 0.0 │  float    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
var8 │ The eighth variable. │ • 0.0 │  float   multiple    │  standard  │  unique  │
│ │ │ │ mandatory  │ │ │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,33 +7,42 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ The first variable. │ • 0 integer   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
var1 │ The first │ • 0 integer  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var2 │ The second variable. │ • 0 integer   multiple    │  standard  │  unique  │ var2 │ The second │ • 0 integer  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var3 │ The third variable. │ • 0 integer   multiple    │  standard  │  unique  │ var3 │ The third │ • 0 integer  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var4 │ The forth variable. │ • 10 integer   multiple    │  standard  │  unique  │ var4 │ The forth │ • 10 integer  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var5 │ The fifth variable. │ • 10 integer   multiple    │  standard  │  unique  │ var5 │ The fifth │ • 10 integer  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var6 │ The sixth variable. │ • 10 integer   multiple    │  standard  │  unique  │ var6 │ The sixth │ • 10 integer  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var7 │ The seventh variable. │ • 0 integer   multiple    │  standard  │  unique  │ var7 │ The │ • 0 integer  │  standard  │  unique  │
│ │ seventh │ │ multiple  │ │ │
│ │ variable. │ │ mandatory  │ │ │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var8 │ The eighth │ • 0 integer  │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────────────────────┤ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
var8 │ The eighth variable. │ • 0 integer   multiple    │  standard  │  unique  │
│ │ │ │ mandatory  │ │ │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Type  ┃ control  ┃ Validator  ┃
var │ The first variable. │  integer   multiple   mandatory  │  basic  │  unique  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ var │ The first │  integer    │  basic  │  unique  │
│ │ variable. │ multiple    │ │ │
│ │ │ mandatory  │ │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,12 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ The second variable. │ • value │  string   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ • null │ mandatory  │ │ │ var1 │ The second │ • value │  string    │  standard  │  unique  │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ │ │ variable. │ • null │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,33 +7,42 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ The first variable. │ │  string   multiple    │  basic  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
var1 │ The first │ │  string    │  basic  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var2 │ The second variable. │ │  string   multiple    │  basic  │  unique  │ var2 │ The second │ │  string    │  basic  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var3 │ The third variable. │ │  string   multiple    │  basic  │  unique  │ var3 │ The third │ │  string    │  basic  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var4 │ The forth variable. │ • value │  string   multiple    │  standard  │  unique  │ var4 │ The forth │ • value │  string    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var5 │ The fifth variable. │ • value │  string   multiple    │  standard  │  unique  │ var5 │ The fifth │ • value │  string    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var6 │ The sixth variable. │ • value │  string   multiple    │  standard  │  unique  │ var6 │ The sixth │ • value │  string    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var7 │ The seventh variable. │ • value │  string   multiple    │  standard  │  unique  │ var7 │ The │ • value │  string    │  standard  │  unique  │
│ │ seventh │ │ multiple  │ │ │
│ │ variable. │ │ mandatory  │ │ │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var8 │ The eighth │ • value │  string    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
var8 │ The eighth variable. │ • value │  string   multiple    │  standard  │  unique  │
│ │ │ │ mandatory  │ │ │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,18 +7,23 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
var1 │ The variable. │ • val1 │  string   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ • val2 │ mandatory  │ │ Needs exactly 3 values. │ var1 │ The │ • val1 │  string    │  standard  │  unique  │
│ │ │ • val3 │ │ │ │ │ │ variable. │ • val2 │ multiple  │ │ Needs │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ │ • val3 │ mandatory  │ │ exactly 3
var2 │ The variable. │ • val4 │  string   multiple    │  standard  │  unique  │
│ │ │ • val5 │ mandatory  │ │ • needs a minimum of 1 values │
│ │ │ │ │ │ • needs a maximum of 4
│ │ │ │ │ │ values. │ │ │ │ │ │ │ values. │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
var2 │ The │ • val4 │  string    │  standard  │  unique  │
│ │ variable. │ • val5 │ multiple  │ │ • needs a │
│ │ │ │ mandatory  │ │ minimum of │
│ │ │ │ │ │ 1 values │
│ │ │ │ │ │ • needs a │
│ │ │ │ │ │ maximum of │
│ │ │ │ │ │ 4 values. │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,12 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
variable │ A variable. │ • quote" string   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
variable │ A │ • quote" string    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,12 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
variable │ A variable. │ • quote'" string   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
variable │ A │ • quote'" string    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,12 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
variable │ A variable. │ • quote' string   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
variable │ A │ • quote' string    │  standard  │  unique  │
│ │ variable. │ │ multiple  │ │ │
│ │ │ │ mandatory  │ │ │ │ │ │ │ mandatory  │ │ │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,12 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
variable │ A variable. │ get information │  string   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ test_information │ mandatory  │ │ │ variable │ A │ get │  string    │  standard  │  unique  │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ │ │ variable. │ informati… │ multiple  │ │ │
│ │ │ test_info… │ mandatory  │ │ │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,16 +7,20 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
variable1 │ A first variable. │ • a │  string   multiple    │  standard  │  unique  │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ • b │ mandatory  │ │ │ variable1 │ A first │ • a │  string    │  standard  │  unique  │
│ │ │ • c │ │ │ │ │ │ variable. │ • b │ multiple  │ │ │
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ │ │ │ • c │ mandatory  │ │ │
variable2 │ A second variable. │ │  choice   mandatory  │  basic  │ Choices: the value of the │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
│ │ │ │ │ │ variable "variable1" variable2 │ A second │ │  choice    │  basic  │ Choices: │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ │ │ variable. │ │ mandatory  │ │ the value │
│ │ │ │ │ │ of the │
│ │ │ │ │ │ variable │
│ │ │ │ │ │ "rougail.… │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,14 +7,15 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
variable │ A variable. │ c │  choice   mandatory  │  standard  │ Choices: │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ │ │ • a │ variable │ A │ c │  choice    │  standard  │ Choices: │
│ │ variable. │ │ mandatory  │ │ • a │
│ │ │ │ │ │ • b │ │ │ │ │ │ │ • b │
│ │ │ │ │ │ • c │ │ │ │ │ │ │ • c │
└──────────────────────────────────────────────────────────────────────────────────────────┴───────────────────────────────────────────────────────────────────────────────────────────┘ └────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,17 +7,19 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Type  ┃ Access control  ┃  Variable  ┃ Description  ┃ Type  ┃ Access control  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ ┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━┩
var1 │ The first variable. │  string   mandatory  │  basic  │ var1 │ The first │  string    │  basic  │
│ │ variable. │ mandatory  │ │
│ │ Tag: one_tag │ │ │ │ │ Tag: one_tag │ │ │
├──────────────────────────────────────────────┼──────────────────────────────────────────────┼─────────────────────────────────────────────┼──────────────────────────────────────────────┤ ├───────────────────┼───────────────────┼───────────────────┼──────────────────┤
var2 │ The second variable. │  string   mandatory  │  basic  │ var2 │ The second │  string    │  basic  │
│ │ variable. │ mandatory  │ │
│ │ Tags: │ │ │ │ │ Tags: │ │ │
│ │ • one_tag │ │ │ │ │ • one_tag │ │ │
│ │ • second_tag │ │ │ │ │ • second_tag │ │ │
└────────────────────────────────────────────────────────────────────────────────────────────┴───────────────────────────────────────────────────────────────────────────────────────────┘ └───────────────────┴───────────────────┴───────────────────┴──────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,12 +7,18 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
int │ A limited number. │ 10 integer   mandatory  │  standard  │ • the minimum value is 0 ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ │ │ • the maximum value is 100. │ int │ A limited │ 10 integer  │  standard  │ • the │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ │ │ number. │ │ mandatory  │ │ minimum │
│ │ │ │ │ │ value is 0
│ │ │ │ │ │ • the │
│ │ │ │ │ │ maximum │
│ │ │ │ │ │ value is │
│ │ │ │ │ │ 100. │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,12 +7,18 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
int │ A limited integer. │ 10 integer   mandatory  │  standard  │ • the minimum value is 0 ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ │ │ │ │ │ • the maximum value is 100. │ int │ A limited │ 10 integer  │  standard  │ • the │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ │ │ integer. │ │ mandatory  │ │ minimum │
│ │ │ │ │ │ value is 0
│ │ │ │ │ │ • the │
│ │ │ │ │ │ maximum │
│ │ │ │ │ │ value is │
│ │ │ │ │ │ 100. │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,12 +7,14 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
variable │ An auto save variable. │ no │  string   mandatory  │  basic  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
 auto modified  │ │ │ │ │ variable │ An auto save │ no │  string    │  basic  │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘  auto  │ variable. │ │ mandatory  │ │
modified  │ │ │ │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,14 +7,17 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ no │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var1 │ A first │ no │  string    │  standard  │
var2 │ A second variable. │ the value of the variable "var1" string   mandatory  │  basic  │ │ │ variable. │ │ mandatory  │ │
 auto modified  │ │ │ │ │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ var2 │ A second │ the value of │  string    │  basic  │
 auto  │ variable. │ the variable │ mandatory  │ │
modified  │ │ "rougail.var… │ │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,21 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ no │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var1 │ A first │ no │  string    │  standard  │
var2 │ A second variable. │ the value is always yes │  string   mandatory  │  basic   hidden  │ │ │ variable. │ │ mandatory  │ │
 auto modified  │ │ │ │ Hidden: only if the variable var1 │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ has value "yes" var2 │ A second │ the value is │  string    │  basic    │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘  auto  │ variable. │ always yes │ mandatory  │ hidden  │
modified  │ │ │ │ Hidden: only │
│ │ │ │ │ if the │
│ │ │ │ │ variable var1 │
│ │ │ │ │ has value │
│ │ │ │ │ "yes"
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,17 +7,25 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ value │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var1 │ A first │ value │  string    │  standard  │
var2 │ A second variable. │ │  string   mandatory  │  basic   disabled  │ │ │ variable. │ │ mandatory  │ │
│ │ │ │ │ Disabled: when the variable "var1" ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ has the value "value" var2 │ A second │ │  string    │  basic    │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ │ │ variable. │ │ mandatory  │ disabled  │
var3 │ A third variable. │ depends on a calculation │  string   mandatory  │  standard  │ │ │ │ │ │ Disabled: │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ │ │ │ when the │
│ │ │ │ │ variable │
│ │ │ │ │ "var1" has │
│ │ │ │ │ the value │
│ │ │ │ │ "value"
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var3 │ A third │ depends on a │  string    │  standard  │
│ │ variable. │ calculation │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,17 +7,25 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ value │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var1 │ A first │ value │  string    │  standard  │
var2 │ A second variable. │ │  string   mandatory  │  basic   disabled  │ │ │ variable. │ │ mandatory  │ │
│ │ │ │ │ Disabled: when the variable "var1" ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ has the value "value" var2 │ A second │ │  string    │  basic    │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ │ │ variable. │ │ mandatory  │ disabled  │
var3 │ A third variable. │ depends on a calculation │  string   mandatory  │  standard  │ │ │ │ │ │ Disabled: │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ │ │ │ when the │
│ │ │ │ │ variable │
│ │ │ │ │ "var1" has │
│ │ │ │ │ the value │
│ │ │ │ │ "value"
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var3 │ A third │ depends on a │  string    │  standard  │
│ │ variable. │ calculation │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,11 +7,13 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var3 │ A third variable. │ depends on a calculation │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ var3 │ A third │ depends on a │  string    │  standard  │
│ │ variable. │ calculation │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,13 +7,16 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var2 │ A second variable. │ │  string   mandatory  │  basic  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var2 │ A second │ │  string    │  basic  │
var3 │ A third variable. │ depends on a calculation │  string   mandatory  │  standard  │ │ │ variable. │ │ mandatory  │ │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var3 │ A third │ depends on a │  string    │  standard  │
│ │ variable. │ calculation │ mandatory  │ │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,20 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ value │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var1 │ A first │ value │  string    │  standard  │
var3 │ A third variable. │ │  string   mandatory  │  basic   disabled  │ │ │ variable. │ │ mandatory  │ │
│ │ │ │ │ Disabled: depends on an │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ undocumented variable │ var3 │ A third │ │  string    │  basic    │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ variable. │ │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: │
│ │ │ │ │ depends on an │
│ │ │ │ │ undocumented │
│ │ │ │ │ variable │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,20 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
var1 │ A first variable. │ value │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ var1 │ A first │ value │  string    │  standard  │
var3 │ A third variable. │ │  string   mandatory  │  basic   disabled  │ │ │ variable. │ │ mandatory  │ │
│ │ │ │ │ Disabled: depends on an │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ undocumented variable │ var3 │ A third │ │  string    │  basic    │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ variable. │ │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: │
│ │ │ │ │ depends on an │
│ │ │ │ │ undocumented │
│ │ │ │ │ variable │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,19 +7,25 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
condition │ A conditional variable. │ no │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ condition │ A conditional │ no │  string    │  standard  │
variable1 │ A first variable. │ │  string   mandatory  │  basic   disabled  │ │ │ variable. │ │ mandatory  │ │
│ │ │ │ │ Disabled: if condition is egal to │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ "yes" variable1 │ A first │ │  string    │  basic    │
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ │ │ variable. │ │ mandatory  │ disabled  │
variable2 │ A second variable. │ │  string   mandatory  │  basic   disabled  │ │ │ │ │ │ Disabled: if
│ │ │ │ │ Disabled: if condition is egal to │ │ │ │ │ │ condition is │
│ │ │ │ │ "yes" │ │ │ │ │ egal to "yes"
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
variable2 │ A second │ │  string    │  basic    │
│ │ variable. │ │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: if
│ │ │ │ │ condition is │
│ │ │ │ │ egal to "yes"
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,19 +7,26 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
condition │ A conditional variable. │ no │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ condition │ A conditional │ no │  string    │  standard  │
variable1 │ A first variable. │ │  string   mandatory  │  basic   disabled  │ │ │ variable. │ │ mandatory  │ │
│ │ │ │ │ Disabled: if condition is egal to │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
variable1 │ A first │ │  string    │  basic    │
│ │ variable. │ │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: if
│ │ │ │ │ condition is │
│ │ │ │ │ egal to "yes"
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
variable2 │ A seconde │ │  string    │  basic    │
│ │ variable. │ │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: if
│ │ │ │ │ condition is │
│ │ │ │ │ not egal to │
│ │ │ │ │ "yes" │ │ │ │ │ "yes"
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ └───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
variable2 │ A seconde variable. │ │  string   mandatory  │  basic   disabled  │
│ │ │ │ │ Disabled: if condition is not egal │
│ │ │ │ │ to "yes"
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,17 +7,25 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
condition │ A condition. │ no │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ condition │ A condition. │ no │  string    │  standard  │
var1 │ A first variable. │ the value of condition │  string   mandatory  │  standard   disabled  │ │ │ │ │ mandatory  │ │
│ │ │ │ │ Disabled: if condition is yes │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ var1 │ A first │ the value of │  string    │  standard    │
var2 │ A second variable. │ the value of condition │  string   mandatory  │  standard   disabled  │ │ │ variable. │ condition │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: if condition is yes │ │ │ │ │ │ Disabled: if
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ │ │ │ │ │ condition is │
│ │ │ │ │ yes │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var2 │ A second │ the value of │  string    │  standard    │
│ │ variable. │ condition │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: if
│ │ │ │ │ condition is │
│ │ │ │ │ yes │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,19 +7,30 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃ Validator  ┃  ┃ ┃ Default  ┃ ┃ Access  ┃ ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Descripti… ┃ value  ┃ Type  ┃ control  ┃ Validator  ┃
condition │ A conditional variable. │ no │  string   mandatory  │  standard  │ │ ┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ condition │ A │ no │  string    │  standard  │ │
variable1 │ A first variable. │ │  string   multiple    │  basic   disabled  │  unique  │ │ │ condition… │ │ mandatory  │ │ │
│ │ │ │ mandatory  │ Disabled: if condition is │ │ │ │ variable. │ │ │ │ │
│ │ │ │ │ egal to "yes" │ │ ├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
├──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼──────────────────────────────┼───────────────────────────────┤ variable1 │ A first │ │  string    │  basic    │  unique  │
variable2 │ A second variable. │ │  string   multiple    │  basic   disabled  │  unique  │ │ │ variable. │ │ multiple  │ disabled  │ │
│ │ │ │ mandatory  │ Disabled: if condition is │ │ │ │ │ │ mandatory  │ Disabled: │ │
│ │ │ │ │ egal to "yes" │ │ │ │ │ │ │ if │ │
└──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴──────────────────────────────┴───────────────────────────────┘ │ │ │ │ │ condition │ │
│ │ │ │ │ is egal to │ │
│ │ │ │ │ "yes" │ │
├────────────┼────────────┼────────────┼────────────┼─────────────┼────────────┤
variable2 │ A second │ │  string    │  basic    │  unique  │
│ │ variable. │ │ multiple  │ disabled  │ │
│ │ │ │ mandatory  │ Disabled: │ │
│ │ │ │ │ if │ │
│ │ │ │ │ condition │ │
│ │ │ │ │ is egal to │ │
│ │ │ │ │ "yes" │ │
└────────────┴────────────┴────────────┴────────────┴─────────────┴────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,19 +7,29 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
condition │ A condition. │ no │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ condition │ A condition. │ no │  string    │  standard  │
var1 │ A first variable. │ │  string  │  standard   hidden  │ │ │ │ │ mandatory  │ │
│ │ │ │ │ Hidden: calculation from an │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ unknown variable │ var1 │ A first │ │  string  │  standard    │
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ │ │ variable. │ │ │ hidden  │
var2 │ A second variable. │ │  string  │  standard   hidden  │ │ │ │ │ │ Hidden: │
│ │ │ │ │ Hidden: calculation from an │ │ │ │ │ │ calculation │
│ │ │ │ │ condition variable │ │ │ │ │ │ from an │
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ │ │ │ │ │ unknown │
│ │ │ │ │ variable │
├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var2 │ A second │ │  string  │  standard    │
│ │ variable. │ │ │ hidden  │
│ │ │ │ │ Hidden: │
│ │ │ │ │ calculation │
│ │ │ │ │ from an │
│ │ │ │ │ condition │
│ │ │ │ │ variable │
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,23 +7,34 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
condition │ A condition. │ false boolean   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ condition │ A condition. │ false boolean    │  standard  │
var1 │ A first variable. │ │  string  │  standard  │ │ │ │ │ mandatory  │ │
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var3 │ A second variable. │ │  string  │  standard   hidden  │ var1 │ A first │ │  string  │  standard  │
│ │ │ │ │ Hidden: when the variable │ │ │ variable. │ │ │ │
│ │ │ │ │ "condition" is defined and has the │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var3 │ A second │ │  string  │  standard    │
│ │ variable. │ │ │ hidden  │
│ │ │ │ │ Hidden: when │
│ │ │ │ │ the variable │
│ │ │ │ │ "condition"
│ │ │ │ │ is defined │
│ │ │ │ │ and has the │
│ │ │ │ │ value "true" │ │ │ │ │ value "true"
├────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┤ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
var4 │ A forth variable. │ │  string  │  standard   hidden  │ var4 │ A forth │ │  string  │  standard    │
│ │ │ │ │ Hidden: when the variable │ │ │ variable. │ │ │ hidden  │
│ │ │ │ │ "condition" is defined and has the │ │ │ │ │ │ Hidden: when │
│ │ │ │ │ the variable │
│ │ │ │ │ "condition"
│ │ │ │ │ is defined │
│ │ │ │ │ and has the │
│ │ │ │ │ value "true" │ │ │ │ │ value "true"
└────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┘ └───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,22 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
condition │ A condition. │ false boolean   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ condition │ A condition. │ false boolean    │  standard  │
variable │ A variable. │ │  string   mandatory  │  basic   disabled  │ │ │ │ │ mandatory  │ │
│ │ │ │ │ Disabled: when the variable │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ "condition" has the value "true" variable │ A variable. │ │  string    │  basic    │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ │ │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: │
│ │ │ │ │ when the │
│ │ │ │ │ variable │
│ │ │ │ │ "condition"
│ │ │ │ │ has the value │
│ │ │ │ │ "true"
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,22 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
condition │ A condition. │ true boolean   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ condition │ A condition. │ true boolean    │  standard  │
variable │ A variable. │ │  string   mandatory  │  basic   disabled  │ │ │ │ │ mandatory  │ │
│ │ │ │ │ Disabled: when the variable │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ "condition" has the value "true" variable │ A variable. │ │  string    │  basic    │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ │ │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: │
│ │ │ │ │ when the │
│ │ │ │ │ variable │
│ │ │ │ │ "condition"
│ │ │ │ │ has the value │
│ │ │ │ │ "true"
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,22 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
condition │ A condition. │ true boolean   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ condition │ A condition. │ true boolean    │  standard  │
variable │ A variable. │ │  string   mandatory  │  basic   disabled  │ │ │ │ │ mandatory  │ │
│ │ │ │ │ Disabled: when the variable │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ "condition" has the value "true" variable │ A variable. │ │  string    │  basic    │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ │ │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: │
│ │ │ │ │ when the │
│ │ │ │ │ variable │
│ │ │ │ │ "condition"
│ │ │ │ │ has the value │
│ │ │ │ │ "true"
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,22 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
condition │ A condition. │ yes │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ condition │ A condition. │ yes │  string    │  standard  │
variable │ A variable. │ │  string   mandatory  │  basic   disabled  │ │ │ │ │ mandatory  │ │
│ │ │ │ │ Disabled: when the variable │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ "condition" has the value "yes" variable │ A variable. │ │  string    │  basic    │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ │ │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: │
│ │ │ │ │ when the │
│ │ │ │ │ variable │
│ │ │ │ │ "condition"
│ │ │ │ │ has the value │
│ │ │ │ │ "yes"
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

View file

@ -7,15 +7,22 @@
Role variables Role variables
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃ Default value  ┃ Type  ┃ Access control  ┃  ┃ ┃ ┃ ┃ Access  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩  Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃
condition │ A condition. │ yes │  string   mandatory  │  standard  │ ┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
├────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┼────────────────────────────────────┼─────────────────────────────────────┤ condition │ A condition. │ yes │  string    │  standard  │
variable │ A variable. │ │  string   mandatory  │  basic   disabled  │ │ │ │ │ mandatory  │ │
│ │ │ │ │ Disabled: when the variable │ ├───────────────┼───────────────┼───────────────┼──────────────┼───────────────┤
│ │ │ │ │ "condition" hasn't the value "yes" variable │ A variable. │ │  string    │  basic    │
└────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┴────────────────────────────────────┴─────────────────────────────────────┘ │ │ │ │ mandatory  │ disabled  │
│ │ │ │ │ Disabled: │
│ │ │ │ │ when the │
│ │ │ │ │ variable │
│ │ │ │ │ "condition"
│ │ │ │ │ hasn't the │
│ │ │ │ │ value "yes"
└───────────────┴───────────────┴───────────────┴──────────────┴───────────────┘
Example playbook with Rougail Example playbook with Rougail

Some files were not shown because too many files have changed in this diff Show more