You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
269 B
3 lines
269 B
apt update ; apt install ansible -y #checking for updates #installing ansible
|
|
sed -i '13i host_key_checking = False' /etc/ansible/ansible.cfg v #passing the command to ansible.cfg
|
|
apt-get install sshpass #installing sshpass
|
|
|