Files @ 9f804c9501da
Branch filter:

Location: majic-ansible-roles/roles/preseed/defaults/main.yml - annotation

branko
MAR-39: Added support for specifying consumers of LDAP structure to the LDAP server role. Added support to the LDAP server role for specifying groups to create. Modified the ldap_entry implementation, replacing the addattributes/replaceattributes with append/replace states. The new states allow for creation of entry if it does not exist, making them more versatille. The existing classes and configurations have been updated accordingly.
---

ansible_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
preseed_country: SE
preseed_directory: "{{ inventory_dir }}/preseed_files"
preseed_keymap: us
preseed_language: en
preseed_locale: en_US.UTF-8
preseed_mirror_directory: /debian
preseed_mirror_hostname: ftp.se.debian.org
preseed_mirror_proxy: ""
preseed_network_auto: yes
preseed_network_interface: eth0
preseed_root_password: root
preseed_server_overrides: {}
preseed_timezone: Europe/Stockholm