Update to 2022-08-29 11:00

This commit is contained in:
Daniel Berteaud
2022-08-29 11:00:17 +02:00
parent f17ab3267b
commit b213df4df4
30 changed files with 282 additions and 29 deletions

View File

@@ -0,0 +1,17 @@
---
- name: Create conf dir
file: path=/etc/linstor state=directory
tags: drbd
#- name: Create data directory
# file: path=/var/lib/linstor state=directory owner=root group=linstor-controller mode=u=rwX,g=rwX,o=- recurse=True
# tags: drbd
- name: Create systemd unit snippet dir
file: path=/etc/systemd/system/linstor-controller.service.d state=directory
tags: drbd
#- name: Set permission on log dir
# file: path=/var/log/linstor-controller state=directory owner=root group=linstor-controller mode=u=rwX,g=rwX,o=- recurse=True
# tags: drbd