clean up docker host stuff
This commit is contained in:
parent
1d3f4110f4
commit
b31a6ab73e
16 changed files with 3 additions and 63 deletions
|
@ -4,9 +4,6 @@
|
|||
data: "{{ lookup('template', '{{ role_path }}/app.ini.j2') }}"
|
||||
use_ssh_client: true
|
||||
rolling_versions: true
|
||||
environment:
|
||||
DOCKER_HOST: ssh://root@maestro.dmz
|
||||
delegate_to: localhost
|
||||
register: config
|
||||
|
||||
- name: Deploy Docker stack
|
||||
|
@ -14,6 +11,3 @@
|
|||
name: forgejo
|
||||
compose:
|
||||
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|
||||
environment:
|
||||
DOCKER_HOST: ssh://root@maestro.dmz
|
||||
delegate_to: localhost
|
||||
|
|
Reference in a new issue