Files @ 298c0dbe1698
Branch filter:

Location: majic-ansible-roles/testsite/group_vars/preseed.yml

branko
MAR-4: Updated documentation for the mail server role, adding information about rsync installation, set-up of chroot for Postfix, and the smtp_allow_relay_from option. Updated mail_server role implementation, fixing rsync command for deploying the truststore to preserve truststore permissions and adding support for specifying networks from which unauthenticated relaying should be allowed.
---

preseed_directory: ../preseed_files

preseed_servers:
  - name: ldap.example.com
    language: en
    country: SE
    locale: en_US.UTF-8
    keymap: us
    network_interface: eth0
    network_auto: yes
    mirror_hostname: ftp.se.debian.org
    mirror_directory: /debian
    mirror_proxy: ""
    root_password: root
    timezone: Europe/Stockholm
  - name: xmpp.example.com
    language: en
    country: SE
    locale: en_US.UTF-8
    keymap: us
    network_interface: eth0
    network_auto: yes
    mirror_hostname: ftp.se.debian.org
    mirror_directory: /debian
    mirror_proxy: ""
    root_password: root
    timezone: Europe/Stockholm
  - name: mail.example.com
    language: en
    country: SE
    locale: en_US.UTF-8
    keymap: us
    network_interface: eth0
    network_auto: yes
    mirror_hostname: ftp.se.debian.org
    mirror_directory: /debian
    mirror_proxy: ""
    root_password: root
    timezone: Europe/Stockholm