neuro_ansible/prepare_debian_installation_ansible.sh

9 lines
210 B
Bash
Raw Normal View History

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