parent
9e207bc2d3
commit
1a9ed6fc06
7
ansible.cfg
Normal file
7
ansible.cfg
Normal file
@ -0,0 +1,7 @@
|
||||
[defaults]
|
||||
inventory = ansible/inventory/hosts.yml
|
||||
roles_path = ansible/roles
|
||||
collections_path = ansible/collections
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = true
|
||||
17
ansible/inventory/group_vars/all.yml
Normal file
17
ansible/inventory/group_vars/all.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
# Global variables for rsyslog configuration management
|
||||
|
||||
# Ansible connection settings
|
||||
ansible_user: root
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user