Skip to content
Snippets Groups Projects
Commit 6e1a58c4 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

feat: Add rsyslog_config role to playbook cluster.yml

parent 7955206f
No related branches found
No related tags found
No related merge requests found
Pipeline #12372 passed with stage
in 1 minute and 9 seconds
...@@ -9,3 +9,4 @@ ...@@ -9,3 +9,4 @@
- { name: 'slurm_client', tags: 'slurm_client', when: enable_slurm_client } - { name: 'slurm_client', tags: 'slurm_client', when: enable_slurm_client }
- { name: 'ssh_host_keys', tags: 'ssh_host_keys' } - { name: 'ssh_host_keys', tags: 'ssh_host_keys' }
- { name: 'ssh_proxy_config', tags: 'ssh_proxy_config', when: enable_ssh_proxy_config } - { name: 'ssh_proxy_config', tags: 'ssh_proxy_config', when: enable_ssh_proxy_config }
- { name: 'rsyslog_config', tags: 'rsyslog_config', when: enable_rsyslog_config }
...@@ -49,4 +49,5 @@ ...@@ -49,4 +49,5 @@
fail2ban_cidr_list: "127.0.0.1/8" fail2ban_cidr_list: "127.0.0.1/8"
# rsyslog # rsyslog
enable_rsyslog_config: false
rsyslog_target: "*.* @master:514" rsyslog_target: "*.* @master:514"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment