Skip to content
Snippets Groups Projects
Commit 4653139b authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Merge branch '90-network' into 'master'

lustre upgrade role

See merge request hpc-team/ansible_cluster_in_a_box!269

Former-commit-id: 44d017d4
parents 7383aad5 a0a72fba
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