Update to 2022-08-19 16:00

This commit is contained in:
Daniel Berteaud
2022-08-19 16:00:17 +02:00
parent 6ebee1169f
commit f17ab3267b
50 changed files with 516 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Ensure NFS server is disabled
service: name=nfs-server enabled=False
tags: drbd
- name: Start and enable linstor-gateway
service: name=linstor-gateway state=started enabled=True
register: lingw_started
tags: drbd