Ansible.sh comments
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
|
# Script to install Ansible on a Ubuntu system
|
||||||
apt-get update
|
apt-get update
|
||||||
|
# Install required packages
|
||||||
apt install software-properties-common -y
|
apt install software-properties-common -y
|
||||||
|
# Add Ansible PPA and install Ansible
|
||||||
apt-add-repository ppa:ansible/ansible
|
apt-add-repository ppa:ansible/ansible
|
||||||
apt-get install ansible net-tools -y
|
apt-get install ansible net-tools -y
|
||||||
# Add vagrant user to sudoers
|
# Add vagrant user to sudoers
|
||||||
|
|||||||
Reference in New Issue
Block a user