Compare commits

...

2 commits

Author SHA1 Message Date
64ccfcb88b hide jitsi notifications 2024-09-19 13:57:08 +02:00
a67058c8d3 update inventories 2024-09-19 13:48:10 +02:00
3 changed files with 22 additions and 3 deletions

View file

@ -1,7 +1,25 @@
all: call:
hosts: hosts:
x2305: x2305:
ansible_host: 192.168.10.66 ansible_host: 192.168.10.66
ansible_user: x2305 ansible_user: x2305
ansible_become_pass: "x2305" ansible_become_pass: "x2305"
ansible_become: true ansible_become: true
giga:
ansible_host: 102.168.10.67
ansible_user: giga
ansible_become_pass: "giga"
ansible_become: true
players:
hosts:
arco:
ansible_host: 192.168.10.68
ansible_user: arco
ansible_become_pass: "arco"
ansible_become: true
arco2:
ansible_host: 192.168.10.65
ansible_user: arco2
ansible_become_pass: "arco2"
ansible_become: true

View file

@ -3,7 +3,8 @@
.with-filmstrip, .with-filmstrip,
.subject, .subject,
.atlaskit-portal-container, .atlaskit-portal-container,
.atlaskit-portal { .atlaskit-portal,
#notifications-container {
display: none !important; display: none !important;
} }

View file

@ -1,5 +1,5 @@
--- ---
- hosts: all - hosts: call
become: yes become: yes
tasks: tasks: