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

  1. ---
  2. - hosts: biff
  3. roles:
  4. - role: lxc_guest
  5. vm_name: mail
  6. - role: ssh_server
  7. connection: lxc_ssh
  8. ansible_docker_extra_args: mail
  9. - hosts: mail
  10. roles:
  11. - role: postfix
  12. ldap_server: "{{ hostvars['ldap'].ansible_host }}"
  13. fqdn_domain: "mail.lilik.it"
  14. lists_server: "{{ hostvars['lists'].ansible_host }}"
  15. - role: dovecot
  16. domain: "lilik.it"
  17. fqdn_domain: "mail.lilik.it"
  18. ldap_server: "{{ hostvars['ldap'].ansible_host }}"