Added terraform to agent

This commit is contained in:
2025-12-14 18:45:24 +01:00
parent 631a279e79
commit 93c5d78386
3 changed files with 16 additions and 1 deletions

3
ansible.sh Normal file
View File

@@ -0,0 +1,3 @@
# Instalar Ansible
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt-get install -y ansible