basic installer

This commit is contained in:
2023-05-28 22:59:46 +02:00
parent 4e13f25688
commit 337cc185c4
2 changed files with 35 additions and 1 deletions

View File

@@ -1,2 +1,14 @@
# installer
# Ansible as installer
## Requirements
Ansible must be installed ;-)
Recommend: install ansible via pip
> pip3 install ansible
if pip noch installed see:
### Debian // Ubuntu
> apt install -y python3-pip
## RHEL // CentOS // Rocky
> yum install -y python3-pip