fix: yaml for all output format

This commit is contained in:
egarette@silique.fr 2026-01-14 15:37:03 +01:00
parent a0cc16e618
commit 43a8c6200d
1436 changed files with 9800 additions and 9800 deletions

View file

@ -82,9 +82,9 @@ class Doc(RougailOutputDoc):
}]
if self.examples_mandatories:
yaml[0]["vars"] = self.examples_mandatories
_dump = " " + dump(yaml)
_dump = "\n".join([d[2:] for d in (" " + dump(yaml)).split('\n')])
datas = [self.formatter.title("Example playbook", 2),
self.formatter.rich_syntaxt(f' ---\n{_dump}', 'yaml'),
self.formatter.yaml(_dump),
]
return_string += self.formatter.compute(datas)

View file

@ -10,8 +10,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -10,8 +10,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -10,8 +10,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,11 +15,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 version: string1 # A variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 version: string1 # A variable 

View file

@ -15,11 +15,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 empty: string1 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 empty: string1 

View file

@ -18,8 +18,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -20,8 +20,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -21,13 +21,13 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: # A first variable 
 - domain1.lan 
 - domain2.lan 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: # A first variable 
 - domain1.lan 
 - domain2.lan 

View file

@ -17,11 +17,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # A first variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: string1 # A first variable 

View file

@ -22,12 +22,12 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # A first variable 
 var3: string1 # A new variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: string1 # A first variable 
 var3: string1 # A new variable 

View file

@ -23,13 +23,13 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: # A first variable 
 - domain1.lan 
 - domain2.lan 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: # A first variable 
 - domain1.lan 
 - domain2.lan 

View file

@ -17,12 +17,12 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # A variable 
 var2: string1 # A variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: string1 # A variable 
 var2: string1 # A variable 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -25,8 +25,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -44,12 +44,12 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: a # The first variable 
 var2: a # The second variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: a # The first variable 
 var2: a # The second variable 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -23,11 +23,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: a # The first variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: a # The first variable 

View file

@ -20,8 +20,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -23,8 +23,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -34,8 +34,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -17,11 +17,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 custom1: string1 # The first variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 custom1: string1 # The first variable 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -17,8 +17,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -25,8 +25,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -25,8 +25,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -21,8 +21,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -21,8 +21,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -25,8 +25,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -34,11 +34,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 variable1: '80' # A port variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 variable1: '80' # A port variable 

View file

@ -18,8 +18,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -23,8 +23,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -17,11 +17,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 secret1: onE7vaLues_len1 # The first variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 secret1: onE7vaLues_len1 # The first variable 

View file

@ -25,11 +25,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 secret1: onE7vaLues_len1 # The first variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 secret1: onE7vaLues_len1 # The first variable 

View file

@ -29,13 +29,13 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # The first variable 
 var2: string1 # The second variable 
 var3: string1 # The third variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: string1 # The first variable 
 var2: string1 # The second variable 
 var3: string1 # The third variable 

View file

@ -18,8 +18,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -25,12 +25,12 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # The first variable 
 var2: string1 # The second variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: string1 # The first variable 
 var2: string1 # The second variable 

View file

@ -19,12 +19,12 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # The first variable 
 var2: string1 # The second variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: string1 # The first variable 
 var2: string1 # The second variable 

View file

@ -25,12 +25,12 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # The first <variable> 
 var2: string1 # The second <variable> 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: string1 # The first <variable> 
 var2: string1 # The second <variable> 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -38,15 +38,15 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: test # The first variable 
 var3: test1 # The third variable 
 var6: # The sixth variable 
 - test1 
 - test2 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: test # The first variable 
 var3: test1 # The third variable 
 var6: # The sixth variable 
 - test1 
 - test2 

View file

@ -23,13 +23,13 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 variable1: # A first variable 
 - val1 
 - val2 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 variable1: # A first variable 
 - val1 
 - val2 

View file

@ -23,8 +23,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -17,11 +17,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # A first variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: string1 # A first variable 

View file

@ -18,8 +18,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -18,8 +18,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -18,8 +18,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,14 +15,14 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 my_calculated_variable: 
 - string1 
 - string2 
 - string3 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 my_calculated_variable: 
 - string1 
 - string2 
 - string3 

View file

@ -19,8 +19,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -17,8 +17,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -19,11 +19,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # A first variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: string1 # A first variable 

View file

@ -19,11 +19,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # A first variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: string1 # A first variable 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -37,8 +37,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -19,14 +19,14 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 custom1: # A first custom variable 
 - string1 
 - string2 
 - string3 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 custom1: # A first custom variable 
 - string1 
 - string2 
 - string3 

View file

@ -37,8 +37,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -37,8 +37,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -15,14 +15,14 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var: # The first variable 
 - 1 
 - 2 
 - 3 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var: # The first variable 
 - 1 
 - 2 
 - 3 

View file

@ -16,8 +16,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -37,22 +37,22 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: # The first variable 
 - string1 
 - string2 
 - string3 
 var2: # The second variable 
 - string1 
 - string2 
 - string3 
 var3: # The third variable 
 - string1 
 - string2 
 - string3 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: # The first variable 
 - string1 
 - string2 
 - string3 
 var2: # The second variable 
 - string1 
 - string2 
 - string3 
 var3: # The third variable 
 - string1 
 - string2 
 - string3 

View file

@ -22,8 +22,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -16,8 +16,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -16,8 +16,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -16,8 +16,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -16,8 +16,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -20,11 +20,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 variable2: a # A second variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 variable2: a # A second variable 

View file

@ -18,8 +18,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -21,12 +21,12 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var1: string1 # The first variable 
 var2: string1 # The second variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var1: string1 # The first variable 
 var2: string1 # The second variable 

View file

@ -16,8 +16,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -16,8 +16,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -16,8 +16,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -18,8 +18,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -19,8 +19,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -10,8 +10,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -21,11 +21,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var2: string1 # A second variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var2: string1 # A second variable 

View file

@ -21,11 +21,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var2: string1 # A second variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var2: string1 # A second variable 

View file

@ -15,8 +15,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -17,11 +17,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var2: string1 # A second variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var2: string1 # A second variable 

View file

@ -19,11 +19,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var3: string1 # A third variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var3: string1 # A third variable 

View file

@ -19,11 +19,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 var3: string1 # A third variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 var3: string1 # A third variable 

View file

@ -23,12 +23,12 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 variable1: string1 # A first variable 
 variable2: string1 # A second variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 variable1: string1 # A first variable 
 variable2: string1 # A second variable 

View file

@ -23,12 +23,12 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 variable1: string1 # A first variable 
 variable2: string1 # A seconde variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 variable1: string1 # A first variable 
 variable2: string1 # A seconde variable 

View file

@ -21,8 +21,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -23,18 +23,18 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 variable1: # A first variable 
 - string1 
 - string2 
 - string3 
 variable2: # A second variable 
 - string1 
 - string2 
 - string3 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 variable1: # A first variable 
 - string1 
 - string2 
 - string3 
 variable2: # A second variable 
 - string1 
 - string2 
 - string3 

View file

@ -23,8 +23,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -27,8 +27,8 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 

View file

@ -19,11 +19,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 variable: string1 # A variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 variable: string1 # A variable 

View file

@ -19,11 +19,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 variable: string1 # A variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 variable: string1 # A variable 

View file

@ -19,11 +19,11 @@
Example playbook
 --- 
 - name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
  vars: 
 rougail: # Rougail 
 variable: string1 # A variable 
--- 
- name: Rougail 
 hosts: server 
 roles: 
 - role: <author>.rougail 
 vars: 
 rougail: # Rougail 
 variable: string1 # A variable 

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