Skip to content
Snippets Groups Projects
Commit fbfcb580 authored by Andreas Hamacher's avatar Andreas Hamacher Committed by Trung Nguyen
Browse files

maintenance task to disable lustre service

parent 4990300e
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,12 @@
become: true
tags: [never,startenablelustre16Aug]
- hosts: 'ComputeNodes,LoginNodes,DGXRHELNodes'
gather_facts: false
tasks:
- { name: disable_lustre_service, service: name=lustre-client enabled=no, tags: [never,disable_lustre_service] }
#- hosts: 'ComputeNodes,LoginNodes,DGXRHELNodes'
# gather_facts: false
# tasks:
......
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