Added all files
This commit is contained in:
6
ansible.sh
Normal file
6
ansible.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
apt-get update
|
||||
apt install software-properties-common -y
|
||||
apt-add-repository ppa:ansible/ansible
|
||||
apt-get install ansible net-tools -y
|
||||
# Add vagrant user to sudoers
|
||||
echo "vagrant ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/vagrant
|
||||
Reference in New Issue
Block a user