infra/group_vars/all/vars

22 lines
499 B
Plaintext
Raw Normal View History

---
2023-02-01 15:16:02 +00:00
admin_email: julien@python.org
2022-01-30 09:53:31 +00:00
exim4_local_interfaces: '127.0.0.1;172.17.0.1'
exim4_relay_nets: '172.16.0.0/12'
2023-02-01 15:16:02 +00:00
exim4_sendonly_email_aliases:
- regexp: '^root'
line: "root: {{ admin_email }}"
2021-11-17 16:16:55 +00:00
gandi_api_key: "{{ vault_gandi_api_key }}"
2021-11-17 16:31:32 +00:00
letsencrypt_email: julien@python.org
ansible_python_interpreter: "/usr/bin/python3"
ansible_user: root
2022-02-28 14:00:13 +00:00
admins:
- asyd
- marc
2023-02-01 15:16:02 +00:00
- mdk
2022-02-28 14:00:13 +00:00
- pilou
- rsnapshot
2023-02-01 15:16:02 +00:00
2022-02-28 14:00:13 +00:00
root_authorized_keys: "{{ admins | map('extract', authorized_keys)|flatten|join('\n') }}"