readme verschoben

This commit is contained in:
2025-11-21 13:21:25 +00:00
parent 1b1af248c0
commit e95e9ca3a2

9
readme.md Normal file
View File

@@ -0,0 +1,9 @@
# Einrichtung neues Ansible-Zielsystem
Auf dem Zielsystem sofort nach Installation aufrufen:
```
apt update
apt install -y ansible git
ansible-pull -U https://git.nauheimtech.de/StefanMewes/ansible-pull.git playbooks/bootstrap.yml -i localhost,
```