Ansible role: Rougail β–Œ πŸ›ˆ Informations β–Œ  β–Œ  basic  Role variables family β–Œ πŸ›ˆ Informations β–Œ  β–Œ Path: family β–Œ  basic  ┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ ┃ ┃ ┃ ┃ Access  ┃ ┃ Variable  ┃ Description  ┃ Default value ┃ Type  ┃ control  ┃ ┑━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ β”‚ family.var1 β”‚ A first β”‚ β”‚  string    β”‚  basic  β”‚ β”‚ β”‚ variable. β”‚ β”‚ mandatory  β”‚ β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ family.var2 β”‚ A second β”‚ the value of β”‚  string    β”‚  standard  β”‚ β”‚ β”‚ variable. β”‚ the β”‚ mandatory  β”‚ β”‚ β”‚ β”‚ β”‚ information β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ "test_inform… β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ of the β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ variable β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ "family" β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ Example playbook with Rougail β–Œ πŸ›ˆ Informations β–Œ  β–Œ Do not forget to add Rougail structural file as Rougail types Add to your structural file something like: ---  path:   to:   my_rougail:   type: rougail   family:   var1: string1 # A first variable  Add to your playbook: ---  - name: Rougail   hosts: server   roles:   - role: .rougail   vars: path.to.rougail  Example playbook ---  - name: Rougail   hosts: server   roles:   - role: .rougail   vars:   rougail: # Rougail   family: # family   var1: string1 # A first variable