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

feat: Add conditional for ssl certs role

parent 161e706d
No related branches found
No related tags found
2 merge requests!3Change compute reference to login,!2feat(ssh_host_keys): add role for managing SSH host keys
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
- { 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: 'ssl_cert', tags: 'ssl_cert' } - { name: 'ssl_cert', tags: 'ssl_cert', when: enable_ssl_certs }
- { name: 'rsyslog_config', tags: 'rsyslog_config', when: enable_rsyslog_config } - { name: 'rsyslog_config', tags: 'rsyslog_config', when: enable_rsyslog_config }
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
rsyslog_target: "*.* @master:514" rsyslog_target: "*.* @master:514"
# ssl certs # ssl certs
enable_ssl_certs: false
ssl_cert_s3_bucket: "" ssl_cert_s3_bucket: ""
ssl_cert_key_location: "/etc/pki/tls/private" ssl_cert_key_location: "/etc/pki/tls/private"
ssl_cert_file_location: "/etc/pki/tls/certs" ssl_cert_file_location: "/etc/pki/tls/certs"
......
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