diff --git a/README.md b/README.md index f12ae0e..3f5828d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,32 @@ # Debian Ansible Basics -Basic configuration and software for Debian Systems. Most is needed by other Playbooks -- needs a running ansible setup \ No newline at end of file +Basic configuration and software for Debian Systems. +Most of it is needed for other playbooks. But it also installs software and creates configurations that I find helpful. +For more informations please look at the yml-files. :-) + +# Disclaimer +Use at your own risk. + +Please look first at the playbooks downloaded and run by the install.sh to understand whats going on and then decide if it is fine for you to run on your system. + +You also should test this on an non-productive Test-System to fit your needs. + +# Prerequisites +You need a up-to-date and running Debian Linux system. Maybe some on Debian based Distributions will also work but are not tested. + + +# Quick-Install +Simply download an run install.sh and run it on you Debian(based) System: + +## 1. Download Installation-Script +``` +wget https://gitea.ds9.dedyn.io/olli/debian.ansible.basics/raw/branch/main/install.sh +``` + +## 2. Run the Script +This runs the defined playbooks. +``` +export PLAYBOOKS=" +debian.ansible.basics +" +bash install.sh +``` \ No newline at end of file