From 44ae04d2d801d6aeb3df7d2828a50140ee3a976a Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Mon, 17 Nov 2025 09:45:08 +0100 Subject: [PATCH] Ansible.sh comments --- ansible.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible.sh b/ansible.sh index 8127e16..12dd5e5 100644 --- a/ansible.sh +++ b/ansible.sh @@ -1,5 +1,8 @@ +# Script to install Ansible on a Ubuntu system apt-get update -apt install software-properties-common -y +# Install required packages +apt install software-properties-common -y +# Add Ansible PPA and install Ansible apt-add-repository ppa:ansible/ansible apt-get install ansible net-tools -y # Add vagrant user to sudoers