19 lines
389 B
YAML
19 lines
389 B
YAML
|
---
|
||
|
- hosts: test
|
||
|
roles:
|
||
|
- common
|
||
|
- nginx
|
||
|
- mariadb
|
||
|
|
||
|
# déclaration de la variables globales
|
||
|
vars:
|
||
|
email: contact@iloth.net
|
||
|
http_port: 80
|
||
|
domain: web1.iloth.net
|
||
|
cthostname: web1
|
||
|
|
||
|
# ici, on demande directement à l'exécution de renseigner une variable
|
||
|
vars_prompt:
|
||
|
- name: "mysqlRootPassword"
|
||
|
prompt: "Enter your MySQL root Password"
|