move
This commit is contained in:
parent
97f48a5f24
commit
c825512c25
1 changed files with 20 additions and 0 deletions
|
@ -30,3 +30,23 @@
|
||||||
- docker-buildx-plugin
|
- docker-buildx-plugin
|
||||||
- docker-compose-plugin
|
- docker-compose-plugin
|
||||||
- docker-compose
|
- docker-compose
|
||||||
|
|
||||||
|
- name: Create docker-compose folder for traefik
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /opt/docke-compsoe/traefik
|
||||||
|
state: directory
|
||||||
|
mode: '0755'
|
||||||
|
|
||||||
|
- name: Create a symbolic link
|
||||||
|
ansible.builtin.file:
|
||||||
|
src: /root/docker-compose
|
||||||
|
dest: /opt/docke-compsoe/
|
||||||
|
state: link
|
||||||
|
|
||||||
|
- name: Template a file to /etc/file.conf
|
||||||
|
ansible.builtin.template:
|
||||||
|
src: traefic-docker-compose.yml
|
||||||
|
dest: /etc/file.conf
|
||||||
|
owner: bin
|
||||||
|
group: wheel
|
||||||
|
mode: '0644'
|
Loading…
Reference in a new issue