README.md aktualisiert

This commit is contained in:
olli 2023-08-23 14:40:17 +02:00
parent 04824b6c84
commit 8af9147b8d

View File

@ -43,12 +43,18 @@ doipv6="yes"' >/usr/local/etc/dedyn.conf
## 6. Download ## 6. Download
``` ```
wget https://gitea.ds9.dedyn.io/olli/debian.ansible.dedyn.client/raw/branch/main/install.sh wget https://gitea.ds9.dedyn.io/olli/debian.ansible.basics/raw/branch/main/install.sh
``` ```
## 7. Run the Script ## 7. Run the Script
This runs some other Playbooks needed by this playbook. This runs some other Playbooks needed by this playbook.
``` ```
export PLAYBOOKS="
debian.ansible.basics
debian.ansible.runchecks
debian.ansible.autoupdate
debian.ansible.dedyn.client
"
bash install.sh bash install.sh
``` ```