ansible_playbook_audiometer/group_vars/all/vars.yml
2023-02-21 11:37:58 +01:00

36 lines
809 B
YAML

---
# version check for all supported roles
submodules_versioncheck: true
# do1jlr.ntp
ntp_set_time_zone: true
ntp_servers:
- ntp3.hetzner.de iburst
- ntp2.hetzner.de iburst
- ntp1.hetzner.de iburst
- ptbtime1.ptb.de
- ptbtime3.ptb.de
- 1.pool.ntp.org iburst
- 2.pool.ntp.org iburst
- 3.pool.ntp.org iburst
local_accounts:
- video
local_users:
- video:
- l3d@pinkie.l3d.yt
- l3d@bsns.l3d
- l3d@backup.l3d.yt
- l3d@derpy.l3d.yt
- l3d@mobile.l3d.yt
- l3d@backup-rsa
unattended_mail: "{{ lookup('community.general.passwordstore', 'other/ansible/do1jlr/unattended_mail') }}"
acme_notification_email: "{{ unattended_mail }}"
nginx__infrastructure_domain__enabled: false
nginx_sites:
- name: '{{ inventory_hostname }}'
webroot:
user: 'video'