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

fix(proxy): add role to fix yum failures

parent 4c1e9daf
No related branches found
No related tags found
2 merge requests!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.,!90Modify roles in cheaha.yml playbook to enable a standalone proxy
Pipeline #11700 canceled with stages
in 1 minute and 4 seconds
......@@ -3,6 +3,7 @@
hosts: all
become: true
roles:
- { name: 'fix_centos_repo', tags: 'fix_centos_repo' }
- { name: 'cheaha.node', tags: 'cheaha.node' }
- { name: 'nfs_mounts', tags: 'nfs_mounts' }
- { name: 'ldap_config', tags: 'ldap_config' }
......
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