fixes/security

This commit is contained in:
bee
2026-05-31 09:35:54 +02:00
parent 85cf6f5533
commit 11b13cd326
17 changed files with 31 additions and 49 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ services:
container_name: grafana
restart: always
ports:
- '4000:4000'
- '127.0.0.1:4000:4000'
volumes:
- grafana-storage:/var/lib/grafana
environment:
+1 -3
View File
@@ -48,6 +48,7 @@
- name: Compose down
changed_when: true
failed_when: false
ansible.builtin.command:
cmd: podman-compose down
chdir: /opt/beeserver/monitoring
@@ -101,9 +102,6 @@
username: "{{ geoip_username }}"
password: "{{ geoip_license }}"
mode: '0644'
tags:
- never
- geoip
- name: Get geoip tar file
ansible.builtin.find: