Add initial templates for docker-compose services (gitea, nextcloud, traefik)
This commit is contained in:
5
roles/docker_host/tasks/main.yml
Normal file
5
roles/docker_host/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Create my service directory
|
||||
file:
|
||||
state: directory
|
||||
path: "{{ my_svc_path }}"
|
||||
mode: "700"
|
Reference in New Issue
Block a user