EvoBSD/vars/main.yml

39 lines
1.3 KiB
YAML
Raw Normal View History

2018-12-28 11:23:49 +01:00
---
########################################################
## Edit and uncomment to overwrite the default values ##
########################################################
2019-09-19 23:07:01 +02:00
general_alert_email: "alert4@evolix.net"
general_technical_realm: "evolix.ca"
evomaintenance_realm: "evolix.fr"
2018-12-28 11:23:49 +01:00
#ntpd_servers:
#- "ntp.evolix.net"
#
#general_alert_email: "root@localhost"
#general_technical_realm: "example.com"
2019-09-19 23:07:01 +02:00
evolinux_ssh_group: "evolinux-ssh"
evolinux_sudo_group: "evolinux-sudo"
evolinux_root_disable_ssh: true
2018-12-28 11:23:49 +01:00
#
#evomaintenance_realm: "example.com"
#evomaintenance_alert_email: "evomaintenance-{{ inventory_hostname }}@{{ evomaintenance_realm }}"
#evomaintenance_hostname: "{{ inventory_hostname }}.{{ general_technical_realm }}"
#evomaintenance_pg_host: Null
#evomaintenance_pg_passwd: Null
#evomaintenance_pg_db: Null
#evomaintenance_pg_table: Null
#evomaintenance_from_domain: "{{ evomaintenance_realm }}"
#evomaintenance_from: "evomaintenance@{{ evomaintenance_from_domain }}"
#evomaintenance_full_from: "Evomaintenance <{{ evomaintenance_from }}>"
#evomaintenance_urgency_from: mama.doe@example.com
#evomaintenance_urgency_tel: "06.00.00.00.00"
#
#evolix_users:
# foo:
# name: foo
# uid: 1042
# fullname: 'Foo Bar (Evolix)'
# groups: []
# password_hash_openbsd: ''
# ssh_keys:
# - 'ssh-rsa XXXXXXX'