add all services that have no secret stuff
This commit is contained in:
9
roles/nexus/tasks/main.yaml
Normal file
9
roles/nexus/tasks/main.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Copy docker-compose configuration
|
||||
ansible.builtin.copy:
|
||||
src: docker-compose.yaml
|
||||
dest: /home/service-user/docker-compose.yaml
|
||||
owner: service-user
|
||||
group: service-user
|
||||
mode: '0644'
|
||||
...
|
Reference in New Issue
Block a user