first commit

This commit is contained in:
Khwezi Mngoma
2026-02-22 16:43:17 +02:00
commit 0410dc3950
94 changed files with 9739 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
```