12 lines
182 B
YAML
12 lines
182 B
YAML
---
|
|
- hosts: test
|
|
roles:
|
|
- common
|
|
- nginx
|
|
|
|
# déclaration de la variables globales
|
|
vars:
|
|
email: contact@iloth.net
|
|
cthostname: web1
|
|
domain: web1.iloth.net
|