Jérémy Dubois
6a2faf5649
On OpenBSD, ansible_fqdn is the reverse of the IP, which is not always properly configured
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
---
|
|
########################################################
|
|
## Edit and uncomment to overwrite the default values ##
|
|
########################################################
|
|
|
|
# ntpd_servers: "pool.ntp.org"
|
|
#
|
|
# general_alert_email: "root@localhost"
|
|
# general_technical_realm: "example.com"
|
|
#
|
|
# 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"
|
|
#
|
|
# evobsd_internal_group: "foo"
|
|
# evobsd_ssh_group: "foo-ssh"
|
|
# evobsd_sudo_group: "foo-sudo"
|
|
#
|
|
# evobsd_ssl_cert_hostname: "{{ inventory_hostname }}.{{ general_technical_realm }}"
|
|
#
|
|
# evolix_users:
|
|
# foo:
|
|
# name: foo
|
|
# uid: 1042
|
|
# fullname: 'Foo Bar (Evolix)'
|
|
# groups: []
|
|
# password_hash_openbsd: ''
|
|
# ssh_keys:
|
|
# - 'ssh-rsa XXXXXXX'
|