Update templates
This commit is contained in:
parent
7453054803
commit
7c617a0509
4 changed files with 8 additions and 7 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -31,9 +31,6 @@
|
|||
[submodule "roles/do1jlr.acmetool"]
|
||||
path = roles/do1jlr.acmetool
|
||||
url = https://github.com/DO1JLR/ansible_role_acmetool.git
|
||||
[submodule "roles/do1jlr.webhost"]
|
||||
path = roles/do1jlr.webhost
|
||||
url = https://github.com/DO1JLR/ansible_role_acmetool.git
|
||||
[submodule "roles/do1jlr.ntp"]
|
||||
path = roles/do1jlr.ntp
|
||||
url = https://github.com/roles-ansible/ansible_role_ntp.git
|
||||
|
|
|
@ -14,9 +14,11 @@ ntp_servers:
|
|||
- 2.pool.ntp.org iburst
|
||||
- 3.pool.ntp.org iburst
|
||||
|
||||
local_accounts:
|
||||
- video
|
||||
|
||||
local_users:
|
||||
- name: video
|
||||
pubkeys:
|
||||
- video:
|
||||
- l3d@pinkie.l3d.yt
|
||||
- l3d@bsns.l3d
|
||||
- l3d@backup.l3d.yt
|
||||
|
@ -29,6 +31,6 @@ acme_notification_email: "{{ unattended_mail }}"
|
|||
nginx__infrastructure_domain__enabled: false
|
||||
|
||||
nginx_sites:
|
||||
- name: '{{ incentory_hostname }}'
|
||||
- name: '{{ inventory_hostname }}'
|
||||
webroot:
|
||||
user: 'video'
|
||||
|
|
3
host_vars/test.winkekatze.tv.yml
Normal file
3
host_vars/test.winkekatze.tv.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
stream_name: test
|
||||
stream_input_url: "{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/obs-misc/portier/streamkey') }}"
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 25907677aaa7e9467bad04bf9576f460bf890da8
|
Loading…
Reference in a new issue