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 ```