@ -75,6 +75,9 @@ all:
pass: "{{ vault_smtp_pass }}"
panel_config:
# If the panel should use plausible for metrics.
use_plausible: 0
# This repo is the initial repository cloned when somebody creates a new blog.
jekyll_init_repo: git@store.example.com:manager/jekyll-default.git
@ -53,7 +53,7 @@
path: /etc/letsencrypt/.secrets/linode.ini
owner: root
group: root
mode: 0644
mode: 0640
- name: "Populatge linode secrets"
lineinfile:
@ -8,6 +8,8 @@ database:
domain_for_links: {{ domain_name.panel }}
use_plausible: {{ panel_config.use_plausible }}
smtp:
host: {{ smtp.host }}
from: {{ smtp.from }}