mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2022-08-19 16:00
This commit is contained in:
10
roles/linstor_gateway/tasks/services.yml
Normal file
10
roles/linstor_gateway/tasks/services.yml
Normal 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
|
Reference in New Issue
Block a user