README.md aktualisiert
This commit is contained in:
parent
9d5f12c6c5
commit
a18f47b635
33
README.md
33
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
|
||||
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
|
||||
```
|
Loading…
Reference in New Issue
Block a user