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

  1. ---
  2. - hosts: biff
  3. roles:
  4. - role: lxc_guest
  5. vm_name: webmail
  6. - role: ssh_server
  7. ansible_connection: lxc_ssh
  8. ansible_docker_extra_args: webmail
  9. - hosts: webmail
  10. roles:
  11. - role: dns_record
  12. - role: roundcube
  13. mail_server: "mail.dmz.lilik"
  14. - hosts: status
  15. roles:
  16. - role: icinga2-monitoring