Skip to content
Snippets Groups Projects
Commit a0a72fba authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

lustre upgrade role

Former-commit-id: 002732e8
parent 676d5175
No related branches found
No related tags found
No related merge requests found
---
- name: ensure a list of packages installed
yum:
name: "{{ packages }}"
state: latest
vars:
packages:
- lustre-client
- kmod-lustre-client
become: true
become_user: root
- name: Unconditionally reboot the machine with all defaults
reboot:
become: true
become_user: root
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