✨ feat(servers): Ajoute ansible_user et server_id et change ansible_connection en ssh.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[servers]
|
||||
{% for server in servers %}
|
||||
{{ server.externalIp}} ansible_connection=local ansible_python_interpreter=/usr/bin/python3 path=/var/www/watchdog
|
||||
{{ server.externalIp}} ansible_connection=ssh ansible_user=bot server_id={{ server.id }} ansible_python_interpreter=/usr/bin/python3 path=/var/www/watchdog
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user