iloth_ansible/CTweb.yml

19 lines
389 B
YAML
Raw Normal View History

2020-04-19 03:28:50 +02:00
---
- 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"