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.

20 lines
425 B

  1. - hosts: emmett
  2. roles:
  3. - role: lxc_guest
  4. vm_name: media
  5. - role: ssh_server
  6. ansible_connection: ssh_lxc
  7. ansible_ssh_lxc_name: media
  8. - hosts: media
  9. roles:
  10. - role: dns_record
  11. - role: reverse_proxy
  12. - role: webdav
  13. webdav_folders:
  14. - Movies
  15. - Series
  16. - role: kodi-repository
  17. - role: trakt
  18. - hosts: status
  19. roles:
  20. - role: icinga2-monitoring