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

  1. ---
  2. - hosts: emmett
  3. roles:
  4. - role: lxc_guest
  5. vm_name: ca
  6. distro: sid
  7. - role: ssh_server
  8. ansible_connection: ssh_lxc
  9. ansible_ssh_lxc_name: ca
  10. - hosts: ca
  11. roles:
  12. - role: dns_record
  13. - role: reverse_proxy
  14. - role: nginx
  15. config_name: "ca-webpage"
  16. server_fqdn: "ca.lilik.it"
  17. - hosts: status
  18. roles:
  19. - role: icinga2-monitoring