ansible_playbook_audiometer/group_vars/all/vars.yml

37 lines
809 B
YAML
Raw Normal View History

2023-02-07 23:01:57 +01:00
---
# 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
2023-02-21 01:13:37 +01:00
local_accounts:
- video
2023-02-20 00:12:00 +01:00
local_users:
2023-02-21 01:13:37 +01:00
- video:
2023-02-20 00:12:00 +01:00
- l3d@pinkie.l3d.yt
- l3d@bsns.l3d
- l3d@backup.l3d.yt
- l3d@derpy.l3d.yt
- l3d@mobile.l3d.yt
- l3d@backup-rsa
2023-02-07 23:01:57 +01:00
unattended_mail: "{{ lookup('community.general.passwordstore', 'other/ansible/do1jlr/unattended_mail') }}"
2023-02-20 00:12:00 +01:00
acme_notification_email: "{{ unattended_mail }}"
nginx__infrastructure_domain__enabled: false
nginx_sites:
2023-02-21 01:13:37 +01:00
- name: '{{ inventory_hostname }}'
2023-02-20 00:12:00 +01:00
webroot:
user: 'video'