Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
403 B

---
- import_playbook: 'prepare_lxc_guest.yaml'
vars:
host: 'login'
vm_size: '1G'
unprivileged: true
- hosts: 'login'
vars:
reverse_proxy_proxy_protocol: true
nginx_proxy_protocol: true
roles:
- role: 'dns_record'
- role: 'reverse_proxy'
- role: 'login-new'
- role: 'monitoring-agent'
- hosts: 'monitoring_hosts'
roles:
- role: 'icinga2-monitoring'
...