19 lines
448 B
YAML
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
|