ansible-infra/inventories/chaosknoten/host_vars/ccchoir.yaml
Stefan Bethke 283bc80b41
All checks were successful
/ build (push) Successful in 50s
/ Ansible Lint (push) Successful in 2m53s
Update wordpress image
2026-07-26 00:47:54 +02:00

17 lines
686 B
YAML

docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/ccchoir/docker_compose/compose.yaml.j2') }}"
docker_compose__configuration_files: [ ]
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
certbot__certificate_domains:
- "ccchoir.de"
- "www.ccchoir.de"
certbot__new_cert_commands:
- "systemctl reload nginx.service"
nginx__version_spec: ""
nginx__configurations:
- name: ccchoir.de
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/ccchoir/nginx/ccchoir.de.conf') }}"
# renovate: datasource=docker depName=docker.io/library/wordpress
host_ccchoir__docker_compose__wordpress_version: 7.0.2-apache