Refactored native-

This commit is contained in:
2023-09-02 13:13:28 +02:00
parent c11333be9a
commit 96b0d10ea8
169 changed files with 94 additions and 94 deletions

View File

@@ -0,0 +1,25 @@
---
- name: docker & docker compose install
pacman:
name: ['docker','docker-compose']
state: present
notify: docker restart
- name: "create {{path_docker_compose_files}}"
file:
path: "{{path_docker_compose_files}}"
state: directory
mode: 0700
owner: administrator
group: administrator
- name: "create {{path_docker_volumes}}"
file:
path: "{{path_docker_volumes}}"
state: directory
mode: 0700
owner: administrator
group: administrator
- name: flush docker service
meta: flush_handlers