Override base.html template to brand site
All checks were successful
/ Ansible Lint (push) Successful in 2m9s
All checks were successful
/ Ansible Lint (push) Successful in 2m9s
This commit is contained in:
parent
d26fbf2577
commit
7a1ea7d40e
4 changed files with 269 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/lists/docker_compose/compose.yaml') }}"
|
||||
docker_compose__configuration_files: [ ]
|
||||
docker_compose__configuration_files:
|
||||
- name: settings_local.py
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/lists/docker_compose/settings_local.py') }}"
|
||||
docker_compose__files: resources/chaosknoten/lists/docker_compose/files
|
||||
|
||||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue