2023-05-23 02:16:41 +02:00
|
|
|
|
|
|
|
---
|
2023-05-25 05:52:18 +02:00
|
|
|
- hosts: iloth
|
2023-05-23 02:16:41 +02:00
|
|
|
roles:
|
|
|
|
- common
|
|
|
|
- ssl-cert
|
|
|
|
- unbound
|
|
|
|
- dnsdist
|
|
|
|
# déclaration de la variables globales
|
|
|
|
vars:
|
2023-05-25 05:52:18 +02:00
|
|
|
email: votre_adresse_email
|
|
|
|
cthostname: machine-name
|
|
|
|
domain: machine-name.domain.tld
|
|
|
|
create_user: False
|
|
|
|
installCertbot: True
|
|
|
|
mode: standalone # nginx or standalone
|
|
|
|
alt_domains: "" # -d sub.domain.told
|