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

lustre upgrade role

parent fdca1d21
No related branches found
No related tags found
1 merge request!269lustre upgrade role
---
- 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