7 lines
182 B
Bash
7 lines
182 B
Bash
apt-get update
|
|
apt install software-properties-common
|
|
add-apt-repository --yes --update ppa:ansible/ansible
|
|
apt install ansible
|
|
|
|
apt install mc vi sshpass ssh-keygen inetutils-ping
|
|
|