remove legacy code
This commit is contained in:
parent
f38b9af075
commit
a3ace01a6d
75 changed files with 1 additions and 2522 deletions
8
docker_swarm/roles/kms/docker-stack.yml.j2
Normal file
8
docker_swarm/roles/kms/docker-stack.yml.j2
Normal file
|
@ -0,0 +1,8 @@
|
|||
# vi: ft=yaml
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
kms:
|
||||
image: teddysun/kms
|
||||
ports:
|
||||
- 1688:1688
|
5
docker_swarm/roles/kms/tasks/main.yml
Normal file
5
docker_swarm/roles/kms/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Deploy Docker stack
|
||||
docker_stack:
|
||||
name: kms
|
||||
compose:
|
||||
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|
Reference in a new issue