fix stack name for traefik

This commit is contained in:
Pim Kunis 2023-05-26 23:02:59 +02:00
parent e19ee0b141
commit 46cd28f917
2 changed files with 1 additions and 2 deletions

View file

@ -13,6 +13,6 @@
- name: Deploy Docker stack - name: Deploy Docker stack
docker_stack: docker_stack:
name: forgejo name: traefik
compose: compose:
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}" - "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"

View file

@ -70,7 +70,6 @@ module "swarmpriv2" {
name = "swarmpriv2" name = "swarmpriv2"
domain_name = "tf-swarmpriv2" domain_name = "tf-swarmpriv2"
memory = 1024 * 3 memory = 1024 * 3
disk_size = 25
hypervisor_host = "jefke.hyp" hypervisor_host = "jefke.hyp"
providers = { providers = {
libvirt = libvirt.jefke libvirt = libvirt.jefke