From 8797c8713afb9c138fcc9685abb73ddcbf6ed91c Mon Sep 17 00:00:00 2001 From: Sam428-png Date: Sat, 24 May 2025 13:05:30 +0200 Subject: [PATCH] Update install_context_chat.yml --- install_context_chat.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/install_context_chat.yml b/install_context_chat.yml index 7a45961..63b8a26 100644 --- a/install_context_chat.yml +++ b/install_context_chat.yml @@ -1,17 +1,3 @@ -- name: Voeg lokale host toe aan nextcloud groep - hosts: localhost - gather_facts: yes - tasks: - - name: Haal IP-adres op van huidige server - debug: - var: ansible_default_ipv4.address - - - name: Voeg IP-adres toe aan 'nextcloud' groep - add_host: - name: "{{ ansible_default_ipv4.address }}" - groups: Nextcloud - ansible_user: "{{ ansible_user }}" - - name: Install and configure Go, Docker, NATS, Janus, and Signaling Server hosts: localhost connection: local