feat(ansible): add semaphore docker splash demo with dagster config

This commit is contained in:
Matteo Basile
2026-05-04 11:51:13 +02:00
commit 63aa0658ef
13 changed files with 565 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[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