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.

16 lines
337 B

7 years ago
7 years ago
  1. - hosts: biff
  2. roles:
  3. - role: lxc_guest
  4. vm_name: status
  5. distro: stretch
  6. - role: ssh_server
  7. ansible_connection: ssh_lxc
  8. ansible_ssh_lxc_name: status
  9. - hosts: status
  10. roles:
  11. - role: dns_record
  12. - role: icinga2
  13. - role: reverse_proxy
  14. - hosts: status
  15. roles:
  16. - role: icinga2-monitoring