first update

This commit is contained in:
havelight-ee
2023-04-04 18:02:56 +09:00
parent bf90d2408b
commit 33ae4b345d
8 changed files with 228 additions and 1 deletions

10
tasks/dsk-common.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Make Datasaker Directory
ansible.builtin.file:
path: "{{ item }}"
state: directory
recurse: yes
owner: root
group: root
with_items:
- /etc/datasaker