Update install_context_chat.yml
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
vars:
|
|
||||||
domein_nextcloud: "{{ nextcloud_domain }}"
|
|
||||||
secret: "{{ secret }}"
|
|
||||||
|
|
||||||
- name: Install and configure Go, Docker, NATS, Janus, and Signaling Server
|
- name: Install and configure Go, Docker, NATS, Janus, and Signaling Server
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
vars:
|
||||||
|
domein_nextcloud: "{{ nextcloud_domain }}"
|
||||||
|
secret: "{{ secret }}"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Installeer python3-pip als dat nog niet aanwezig is
|
- name: Installeer python3-pip als dat nog niet aanwezig is
|
||||||
@@ -47,8 +47,7 @@ vars:
|
|||||||
git:
|
git:
|
||||||
repo: https://github.com/nextcloud/context_chat_backend.git
|
repo: https://github.com/nextcloud/context_chat_backend.git
|
||||||
dest: /opt/context_chat_backend
|
dest: /opt/context_chat_backend
|
||||||
#version: master # Pas aan als de branch anders heet, of laat weg om default te gebruiken
|
force: yes
|
||||||
force: yes # force checkout
|
|
||||||
|
|
||||||
- name: Kopieer voorbeeld .env naar .env
|
- name: Kopieer voorbeeld .env naar .env
|
||||||
copy:
|
copy:
|
||||||
|
|||||||
Reference in New Issue
Block a user