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
2 merge requests!146Configure rsyslog,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
......@@ -9,3 +9,4 @@
- { name: 'slurm_client', tags: 'slurm_client', when: enable_slurm_client }
- { name: 'ssh_host_keys', tags: 'ssh_host_keys' }
- { 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 @@
fail2ban_cidr_list: "127.0.0.1/8"
# rsyslog
enable_rsyslog_config: false
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