Periodic updates

This commit is contained in:
Eliezer Croitoru 2024-09-07 11:26:26 +03:00
parent 98465f5bc7
commit f624077d8d
3 changed files with 15 additions and 0 deletions

3
init-packages Normal file
View File

@ -0,0 +1,3 @@
wget
curl
git

3
init.sh Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
dnf install -y $( cat init-packages )

9
install-ansible.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
dnf install -y python3.12 python3.12-devel python3.12-pip
update-alternatives --set python3 /usr/bin/python3.12
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade ansible