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
414 B

---
- import_playbook: 'prepare_lxc_guest.yaml'
vars:
host: 'ldap'
vm_size: '1G'
- hosts: 'ldap'
roles:
- role: 'dns_record'
- role: 'ldap'
virtual_domains:
- '{{ domain }}'
# Default values:
#ldap_tls_enabled: true
#ldap_check_tree: true
- role: 'monitoring-agent'
- hosts: 'monitoring_hosts'
roles:
- role: 'icinga2-monitoring'
...