roles done

This commit is contained in:
2022-01-10 04:49:15 +01:00
parent 542c444684
commit 32e6e8a2a9
6 changed files with 86 additions and 0 deletions

View File

@ -19,3 +19,10 @@
name: docker
state: restarted
enabled: yes
- name: Copy docker-compose.yml to target
copy:
src: "{{ dockercompose_yml_name }}"
dest: /home/service-user/docker-compose.yml
mode: 600
owner: service-user