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

Add role that installs pam slurm module to playbook tp create base-compute img.

parent 127d04c7
No related branches found
No related tags found
No related merge requests found
--- ---
- name: Run a play
ansible.builtin.import_playbook: node.yml
- name: Setup node for use as a virtual compute node - name: Setup node for use as a virtual compute node
hosts: default hosts: default
become: true become: true
roles: roles:
- { name: 'compute_packages', tags: 'compute_packages' }
- { name: 'pam_slurm_adopt', tags: 'pam_slurm_adopt' } - { name: 'pam_slurm_adopt', tags: 'pam_slurm_adopt' }
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