[helloworld] Add playbook

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2022-01-19 01:25:07 +01:00
parent bd4d92e19f
commit c90ae9a09c
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/usr/bin/env ansible-playbook
---
- hosts: printer
vars:
printer: "{{ glob_printer | combine(loc_printer | default({}), recursive=True) }}"
nginx: "{{ glob_nginx | combine(loc_nginx | default({})) }}"
roles:
- printer
- nginx