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

Add playbooks for building compute gpu and base node images.

parent 8a45586f
No related branches found
No related tags found
1 merge request!20Add playbooks for building compute gpu and base node images.
---
- name: Run a play
ansible.builtin.import_playbook: node.yml
- name: Setup node for use as a virtual compute node
hosts: default
become: true
roles:
- { name: 'compute_packages', tags: 'compute_packages' }
- { name: 'pam_slurm_adopt', tags: 'pam_slurm_adopt' }
--- ---
- name: Setup node for use as a cluster host with gpu packages - name: Run a play
ansible.builtin.import_playbook: node-compute.yml
- name: Setup node for use as a cluster host with gpu drivers/pkgs
hosts: default hosts: default
become: true become: true
roles: roles:
- cheaha.node - { name: 'nvidia_driver', tags: 'nvidia_driver' }
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
hosts: default hosts: default
become: true become: true
roles: roles:
- cheaha.node - { name: 'cheaha.node', tags: 'cheaha.node' }
- lmod_user - { name: 'lmod_user', tags: 'lmod_user' }
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