debian.ansible.basics/README.md

30 lines
1023 B
Markdown
Raw Normal View History

2023-08-21 11:53:24 +02:00
# Debian Ansible Basics
2023-08-23 16:15:44 +02:00
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.
```
2023-08-23 16:16:09 +02:00
export PLAYBOOKS="debian.ansible.basics"
2023-08-23 16:15:44 +02:00
bash install.sh
```