diff --git a/abyayala.yml b/abyayala.yml index 0d5ecb5..d303275 100644 --- a/abyayala.yml +++ b/abyayala.yml @@ -16,7 +16,7 @@ matrix: nodos: - marmite - ka - - chasqui + - nodochasqui - yanapak - comun01 - pilmaiken @@ -33,11 +33,16 @@ matrix: - vmcpogt - rednasa - respaldos - - rednasaazuun + - rednasaazun - comixcal - nodochasqui - narkitila - naxuxi + - padiuxiterminal + - yanapaknodo2 + - tule + - fundepsterminal + - jilgerilla - service_name: respaldos domains: diff --git a/roles/kemal/templates/vhost.conf b/roles/kemal/templates/vhost.conf index b638b55..474d4a4 100644 --- a/roles/kemal/templates/vhost.conf +++ b/roles/kemal/templates/vhost.conf @@ -2,7 +2,7 @@ server { server_name {{ vhost.domains | join(' ') }}; listen 80; - client_max_body_size 1k; + client_max_body_size 4k; location / { proxy_pass http://10.13.12.1:3000; diff --git a/roles/knsupdate/tasks/templates/commands.j2 b/roles/knsupdate/tasks/templates/commands.j2 index 4279452..45438b5 100644 --- a/roles/knsupdate/tasks/templates/commands.j2 +++ b/roles/knsupdate/tasks/templates/commands.j2 @@ -9,6 +9,11 @@ add {{ vho }} a {{ host_ip }} add *.{{ vho }} a {{ host_ip }} add _acme-challenge.{{ vho }} a {{ host_ip }} add _acme-challenge.{{ vho }} ns _acme-challenge +{% if vhost.dns_extras is defined %} +{% for dns_extra in vhost.dns_extras %} +{{ dns_extra }} +{% endfor %} +{% endif %} send {% endfor %} quit