script and playbook
This commit is contained in:
parent
9b29aec661
commit
f50ceff2c8
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
- name: Setup Slurm QoS
|
||||||
|
hosts: localhost
|
||||||
|
become: true
|
||||||
|
tasks:
|
||||||
|
- name: Load QoS variables
|
||||||
|
ansible.builtin.include_vars:
|
||||||
|
dir: /opt/flame/ansible/vars/slurm_qos
|
||||||
|
- name: Run QoS role
|
||||||
|
ansible.builtin.include_role:
|
||||||
|
name: /opt/flame/ansible/roles/slurm_qos
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ansible-playbook /opt/flame/roles/flame-roles/files/qos.yml
|
Loading…
Reference in New Issue