Last minute fixes
This commit is contained in:
parent
d1d073eca0
commit
d20d35c4d4
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
ansible_user: 'voc'
|
||||
ansible_user: 'ansible'
|
||||
task__sound_muted: true
|
||||
task__sound_obs: true
|
||||
task__obs_firewall: true
|
||||
|
|
|
@ -6,6 +6,11 @@ Streaming Keys:
|
|||
{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + hostvars[host]['inventory_hostname'] + '/portier/streamkey') }}
|
||||
{% endfor %}
|
||||
|
||||
Audiometer
|
||||
{% for host in groups['obs'] %}
|
||||
+ {{ hostvars[host]['ansible_fqdn'] | default(hostvars[host]['ansible_host']) }}:
|
||||
{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + hostvars[host]['inventory_hostname'] + '/portier/audiometer') }}
|
||||
{% endfor %}
|
||||
|
||||
rustdesk:
|
||||
+ ID Server: rustdek.l3d.ch
|
||||
|
|
Loading…
Reference in a new issue