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.

18 lines
372 B

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