This commit is contained in:
Jesús Camacho 2026-02-16 14:30:49 +01:00
parent 2b45ea7dcf
commit 717c467f2c
2 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@ echo "[+] Instalando dependencias mínimas..."
export DEBIAN_FRONTEND=noninteractive
apt-get update -qq
apt-get install -y -qq git
apt-get update -qq > /dev/null
apt-get install -y -qq git ansible-core > /dev/null
echo "[+] Preparando workspace en $WORKDIR"
rm -rf "$WORKDIR"

View file

@ -5,5 +5,5 @@
- vars/default.yml
roles:
- base
- system
- zabbix
#- system
#- zabbix