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

Merge branch 'feat-ssl-certs-flag' into 'feat-hpc-factory'

Add conditional for ssl certs role

See merge request !151
parents 161e706d 273d2213
No related branches found
No related tags found
2 merge requests!151Add conditional for ssl certs role,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
...@@ -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