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

Merge branch 'fix-ssh-denial-pam-slurm-login-vm' into 'feat-hpc-factory'

fix ssh failures due to plam_slurm in login VM

See merge request !162
parents 518c89e5 10f7c135
No related branches found
No related tags found
2 merge requests!162fix ssh failures due to plam_slurm in login VM,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
Pipeline #12770 passed with stage
in 1 minute and 24 seconds
...@@ -5,6 +5,5 @@ ...@@ -5,6 +5,5 @@
roles: roles:
- { name: 'fix_centos_repo', tags: 'fix_centos_repo' } - { name: 'fix_centos_repo', tags: 'fix_centos_repo' }
- { name: 'install_packages', tags: 'install_packages' } - { name: 'install_packages', tags: 'install_packages' }
- { name: 'pam_slurm_adopt', tags: 'pam_slurm_adopt' }
- { name: 'install_nhc', tags: 'install_nhc'} - { name: 'install_nhc', tags: 'install_nhc'}
...@@ -48,7 +48,7 @@ build { ...@@ -48,7 +48,7 @@ build {
use_proxy = false use_proxy = false
user = var.ssh_username user = var.ssh_username
groups = ["compute"] groups = ["compute"]
playbook_file = "./ansible/compute.yml" playbook_file = "./ansible/login.yml"
roles_path = "./ansible/roles" roles_path = "./ansible/roles"
extra_arguments = [ extra_arguments = [
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'" "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
......
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