lefos
3 years ago
3 changed files with 19 additions and 1 deletions
@ -0,0 +1,13 @@ |
|||
--- |
|||
- hosts: service |
|||
remote_user: docker |
|||
gather_facts: no |
|||
vars: |
|||
user: "docker" |
|||
|
|||
tasks: |
|||
- name: Copy files to workers |
|||
git: |
|||
repo: https://git.swarmlab.io:3000/Lefteris/dummyservice.git |
|||
dest: /project/courses |
|||
force: yes |
Loading…
Reference in new issue