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.
 
 
 
 

14 lines
282 B

---
- hosts: 'gandalf'
roles:
- role: 'openvpn'
routes:
- '10.151.42.0 255.255.255.0'
- '10.151.40.0 255.255.255.0'
- role: 'ssh_server'
ansible_distribution: 'openwrt'
- hosts: 'monitoring_hosts'
roles:
- role: 'icinga2-monitoring'
...