Initial ansible onboard

This commit is contained in:
2024-09-24 15:19:51 +02:00
parent 7366659355
commit f445996797
492 changed files with 2214589 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
geoip_account_id: "{{ lookup('env', 'MAXMIND_ACCOUNT_ID') | default('') }}"
geoip_license_key: "{{ lookup('env', 'MAXMIND_LICENSE_KEY') | default('') }}"
geoip_cron_job: "weekly"
geoip_editions_ids:
- GeoLite2-ASN
- GeoLite2-City
- GeoLite2-Country
ssh_allowed_zones:
- "ALL"
ssh_allowed_networks:
- "0.0.0.0/0"
geoip_sshd_enabled: true