dvirlabs cb8d885061
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Update the repo to work with remote servers
2026-04-17 16:33:35 +03:00

10 lines
307 B
YAML

all:
children:
rsyslog_servers:
hosts:
rsyslog-server:
ansible_host: "{{ deploy_host }}"
ansible_user: "{{ deploy_user }}"
ansible_ssh_private_key_file: "{{ ansible_ssh_private_key_file }}"
ansible_ssh_common_args: "{{ ansible_ssh_common_args }}"