first commit

This commit is contained in:
Khwezi
2026-04-11 08:42:29 +02:00
commit 7c14e29bd4
44 changed files with 5363 additions and 0 deletions

17
documents/ansible.md Normal file
View File

@@ -0,0 +1,17 @@
# Ensure Ansible is installed
Make sure to install python and pip, install ansble cli tools as well as on pip
```shell
sudo apt install python3
python --version
sudo apt remove ansible
pip uninstall ansible
pip install ansible
apt install ansible
ansible --version
python3 -c "import six"
pip install --upgrade ansible six
```