Clean old GeoIP implementation
This commit is contained in:
@@ -76,15 +76,6 @@
|
|||||||
notify:
|
notify:
|
||||||
- "Restart Caddy"
|
- "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
|
- name: Enable and start Caddy
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: "{{ caddy_my_name }}"
|
name: "{{ caddy_my_name }}"
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
AccountID {{ caddy_geoip_account_id }}
|
|
||||||
LicenseKey {{ caddy_geoip_license_key }}
|
|
||||||
EditionIDs {{ caddy_geoip_edition_ids }}
|
|
||||||
Reference in New Issue
Block a user