install documentation/playbooks

This commit is contained in:
olli 2024-09-23 11:33:20 +02:00
parent ec677cc41c
commit d7087c738d

View File

@ -147,6 +147,7 @@ wget https://gitea.ds9.dedyn.io/olli/debian.ansible.basics/raw/branch/main/insta
- Optional: debian.ansible.turn.server (https://gitea.ds9.dedyn.io/olli/debian.ansible.turn.server) - Turn Server fpr Audio/Video conferences in Matrix - Optional: debian.ansible.turn.server (https://gitea.ds9.dedyn.io/olli/debian.ansible.turn.server) - Turn Server fpr Audio/Video conferences in Matrix
- Optional: debian.ansible.matrix.server (https://gitea.ds9.dedyn.io/olli/debian.ansible.matrix.server) - Notifications with own Martix Server - Optional: debian.ansible.matrix.server (https://gitea.ds9.dedyn.io/olli/debian.ansible.matrix.server) - Notifications with own Martix Server
- dabo: The Bot itself - dabo: The Bot itself
for example: for example:
``` ```
PLAYBOOKS="debian.ansible.basics PLAYBOOKS="debian.ansible.basics
@ -158,13 +159,13 @@ PLAYBOOKS="debian.ansible.basics
debian.ansible.traefik.server debian.ansible.traefik.server
debian.ansible.turn.server debian.ansible.turn.server
debian.ansible.matrix.server debian.ansible.matrix.server
dabo dabo"
"
export PLAYBOOKS export PLAYBOOKS
``` ```
#### 2.3 Install ansible and run Playbooks #### 2.3 Install ansible and run Playbooks
```
bash install.sh bash install.sh
```
### Download ### Download
Not necessary if you use the dabo Playbook Not necessary if you use the dabo Playbook
``` ```