Files
Matteo Basile af525dfd06 first commit
2026-07-16 08:46:35 +02:00

12 lines
337 B
Plaintext

[webservers]
# Sostituisci con il tuo host reale
server1 ansible_host=XXX.XXX.XXX.XXX ansible_user=root
[webservers:vars]
ansible_python_interpreter=/usr/bin/python3
# In SemaphoreUI configura la chiave SSH nella sezione Key,
# quindi normalmente non serve impostare ansible_ssh_private_key_file qui.
[all:vars]
ansible_connection=ssh