Skip to content
Snippets Groups Projects

Modify roles in cheaha.yml playbook to enable a standalone proxy

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -6,4 +6,4 @@
@@ -6,4 +6,4 @@
- { name: 'cheaha.node', tags: 'cheaha.node' }
- { name: 'cheaha.node', tags: 'cheaha.node' }
- { name: 'nfs_mounts', tags: 'nfs_mounts' }
- { name: 'nfs_mounts', tags: 'nfs_mounts' }
- { name: 'ldap_config', tags: 'ldap_config' }
- { name: 'ldap_config', tags: 'ldap_config' }
- { name: 'slurm_client', tags: 'slurm_client' }
- { name: 'slurm_client', tags: 'slurm_client', when: "'proxy' not in group_names" }
Loading