fix stack name for traefik
This commit is contained in:
parent
e19ee0b141
commit
46cd28f917
2 changed files with 1 additions and 2 deletions
|
@ -13,6 +13,6 @@
|
|||
|
||||
- name: Deploy Docker stack
|
||||
docker_stack:
|
||||
name: forgejo
|
||||
name: traefik
|
||||
compose:
|
||||
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|
||||
|
|
|
@ -70,7 +70,6 @@ module "swarmpriv2" {
|
|||
name = "swarmpriv2"
|
||||
domain_name = "tf-swarmpriv2"
|
||||
memory = 1024 * 3
|
||||
disk_size = 25
|
||||
hypervisor_host = "jefke.hyp"
|
||||
providers = {
|
||||
libvirt = libvirt.jefke
|
||||
|
|
Reference in a new issue