2024-04-25 17:45:42 +02:00
|
|
|
apt-get -y update
|
|
|
|
apt -y install software-properties-common
|
2024-04-17 22:57:11 +02:00
|
|
|
add-apt-repository --yes --update ppa:ansible/ansible
|
2024-04-25 17:45:42 +02:00
|
|
|
apt -y install ansible
|
|
|
|
apt -y install gh
|
2024-04-17 22:57:11 +02:00
|
|
|
|
2024-04-25 17:45:42 +02:00
|
|
|
apt -y install mc vim sshpass inetutils-ping git-all
|
2024-04-17 22:57:11 +02:00
|
|
|
|