diff options
| author | 2024-08-19 15:07:30 +0100 | |
|---|---|---|
| committer | 2024-08-19 15:30:24 +0100 | |
| commit | 7201c90cc7b2334d22db480487c83183e147834b (patch) | |
| tree | a4750929b0f2b9fb5d9e5f87f1782989c75fbdb6 /ansible/inventory | |
| parent | Correct the actions of the weak and feeble (diff) | |
allow needed tcp and udp traffic for jitsi services
Diffstat (limited to 'ansible/inventory')
| -rw-r--r-- | ansible/inventory/hosts.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/inventory/hosts.yaml b/ansible/inventory/hosts.yaml index 4a2f24c..9768187 100644 --- a/ansible/inventory/hosts.yaml +++ b/ansible/inventory/hosts.yaml @@ -24,5 +24,8 @@ all: mail: hosts: lovelace: + jitsi: + hosts: + lovelace: vars: wireguard_port: 46850 |