Ansible.sh comments

This commit is contained in:
Guillem Hernandez Sola
2025-11-17 09:45:08 +01:00
parent e2897f0903
commit 44ae04d2d8

View File

@@ -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