From d7f61584a6525e1953d3ae3f11f9997dabbf9c7b Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 23 Aug 2023 14:20:40 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d89e08e..c36a807 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,25 @@ More informations can be found here: https://gitea.ds9.dedyn.io/olli/debian.ansi # Quick-Install Simply download an run install.sh and run it on you Debian(based) System: -1. Download +1. Download Installation-Script ``` -wget https://gitea.ds9.dedyn.io/olli/debian.ansible.nextcloud.server/raw/branch/main/install.sh +wget https://gitea.ds9.dedyn.io/olli/debian.ansible.basics/raw/branch/main/install.sh ``` 2. Run the Script -This runs some other Playbooks needed by this playbook. +This runs the defined playbooks. ``` +export PLAYBOOKS " +debian.ansible.basics +debian.ansible.runchecks +debian.ansible.backup +debian.ansible.autoupdate +debian.ansible.dedyn.client +debian.ansible.docker +debian.ansible.traefik.server +debian.ansible.firewall +debian.ansible.nextcloud.server +" bash install.sh ```