Skip to content
Snippets Groups Projects
Commit e83bb4c3 authored by jurgenhaas's avatar jurgenhaas
Browse files

Install dc helper script for docker compose

parent 8e1b1c92
No related branches found
No related tags found
No related merge requests found
......@@ -87,4 +87,14 @@
with_items:
- DOCKER
# - DOCKER-ISOLATION
when: groups.proxyserver is not defined
when: config_firewall and groups.proxyserver is not defined
- name: Helper Scripts
template:
src: '{{ item }}'
dest: /usr/local/bin/{{ item }}
owner: root
group: root
mode: 0755
with_items:
- dc
#!/bin/bash
docker compose "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment