Skip to content
Snippets Groups Projects
Commit 8b59b764 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

feat: add when condition to nfs mount in cluster hook

parent 62eaf4d8
No related branches found
No related tags found
2 merge requests!137Feat nfs mount switch,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
......@@ -4,7 +4,7 @@
become: true
roles:
- { name: 'cheaha.node', tags: 'cheaha.node' }
- { name: 'nfs_mounts', tags: 'nfs_mounts' }
- { name: 'nfs_mounts', tags: 'nfs_mounts', when: enable_nfs_mounts }
- { name: 'ldap_config', tags: 'ldap_config' }
- { name: 'slurm_client', tags: 'slurm_client', when: enable_slurm_client }
- { name: 'ssh_host_keys', tags: 'ssh_host_keys' }
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