DESTINATION_FOLDER

This commit is contained in:
CHIEFSOFT\ameye
2025-01-19 21:17:25 -05:00
parent 9902c515c2
commit 74e1c146b3
+9
View File
@@ -2,6 +2,15 @@
- hosts: WHAT_HOST_IN_USE
tasks:
- name: Creates directory DESTINATION_FOLDER
ansible.builtin.file:
path: DESTINATION_FOLDER
state: directory
owner: www-data
group: www-data
mode: 0775
recurse: yes
- name: Set up docker-compose file
template:
src: "WHAT_PART_LOCAL/docker-compose.yml"