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

19 lines
448 B
YAML

---
# Global variables for rsyslog configuration management
# Deployment configuration
deploy_user: root
deploy_host: "REPLACE_ME"
ansible_ssh_private_key_file: "~/.ssh/id_rsa"
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
# Root directory of the rsyslog repository
repo_root: /root/rsyslog
# rsyslog service name
rsyslog_service: rsyslog
# Configuration paths
rsyslog_main_config: /etc/rsyslog.conf
rsyslog_config_dir: /etc/rsyslog.d