Private
Public Access
2
0

dev #16

Merged
seb merged 29 commits from dev into main 2026-02-12 16:24:52 +01:00
2 changed files with 0 additions and 12 deletions
Showing only changes of commit 34e401784b - Show all commits

View File

@@ -76,15 +76,6 @@
notify:
- "Restart Caddy"
# - name: Generate GeoIP config file
# when: "caddy_geoip_account_id != None and caddy_geoip_license_key != None"
# ansible.builtin.template:
# src: "templates/GeoIP.conf"
# dest: "/etc/GeoIP.conf"
# mode: "0640"
# notify:
# - "Update GeoIP databases"
- name: Enable and start Caddy
ansible.builtin.service:
name: "{{ caddy_my_name }}"

View File

@@ -1,3 +0,0 @@
AccountID {{ caddy_geoip_account_id }}
LicenseKey {{ caddy_geoip_license_key }}
EditionIDs {{ caddy_geoip_edition_ids }}