Private
Public Access
2
0

Clean old GeoIP implementation

This commit is contained in:
2026-02-04 12:27:42 +03:00
parent 17a52312dd
commit 34e401784b
2 changed files with 0 additions and 12 deletions

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 }}