13 lines
199 B
YAML
13 lines
199 B
YAML
|
---
|
||
|
|
||
|
- hosts: test
|
||
|
roles:
|
||
|
- postgresql
|
||
|
- nginx
|
||
|
# déclaration de la variables globales
|
||
|
vars:
|
||
|
email: contact@iloth.net
|
||
|
http_port: 80
|
||
|
domain: chat.bim.land
|
||
|
hostname: chat
|