ansible: add docker-compose on VMs
This commit is contained in:
parent
d61af93d85
commit
07c73d8dfc
4 changed files with 97 additions and 5 deletions
|
|
@ -6,7 +6,9 @@
|
|||
name: base
|
||||
tags:
|
||||
- base
|
||||
# - name: Add DNS to APU
|
||||
# include_role:
|
||||
# name: apu-service-dns
|
||||
# when: apu_is_service_apu is defined
|
||||
- name: Add docker-compose
|
||||
include_role:
|
||||
name: docker-compose
|
||||
tags:
|
||||
- docker
|
||||
when: docker_compose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue