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.
 
 
 
 

23 lines
475 B

---
- import_playbook: 'prepare_lxc_guest.yaml'
vars:
host: 'projects'
vm_size: '20G'
unprivileged: true
- hosts: 'projects'
vars:
reverse_proxy_proxy_protocol: false
nginx_proxy_protocol: false
roles:
- role: 'dns_record'
- role: 'reverse_proxy'
reverse_proxy_site_fqdn:
- 'projects.{{ domain }}'
- role: 'gitea'
- role: 'monitoring-agent'
- hosts: 'monitoring_hosts'
roles:
- role: 'icinga2-monitoring'
...