Ansible updates for use_plausible.

master
Kaitlyn Parkhurst 3 years ago
parent 216e31b423
commit 2d39a9523a
  1. 3
      ansible/env/example/inventory.yml
  2. 2
      ansible/roles/mjb-profile-certbot/tasks/main.yml
  3. 2
      ansible/roles/mjb-role-webapp/templates/mjb.yml.j2

@ -75,6 +75,9 @@ all:
pass: "{{ vault_smtp_pass }}" pass: "{{ vault_smtp_pass }}"
panel_config: 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. # This repo is the initial repository cloned when somebody creates a new blog.
jekyll_init_repo: git@store.example.com:manager/jekyll-default.git jekyll_init_repo: git@store.example.com:manager/jekyll-default.git

@ -53,7 +53,7 @@
path: /etc/letsencrypt/.secrets/linode.ini path: /etc/letsencrypt/.secrets/linode.ini
owner: root owner: root
group: root group: root
mode: 0644 mode: 0640
- name: "Populatge linode secrets" - name: "Populatge linode secrets"
lineinfile: lineinfile:

@ -8,6 +8,8 @@ database:
domain_for_links: {{ domain_name.panel }} domain_for_links: {{ domain_name.panel }}
use_plausible: {{ panel_config.use_plausible }}
smtp: smtp:
host: {{ smtp.host }} host: {{ smtp.host }}
from: {{ smtp.from }} from: {{ smtp.from }}

Loading…
Cancel
Save