fixed pip and added portainer agent

This commit is contained in:
2025-11-07 09:04:00 +01:00
parent bb4b26a578
commit 7b8834c5ae
5 changed files with 42 additions and 2 deletions

View File

@@ -14,5 +14,10 @@ portainer_web_port: 9443 # Port für die Portainer Web-Oberfläche (HTTPS)
portainer_edge_agent_port: 8000 # Port für den Portainer Edge Agent
portainer_legacy_port: 9000 # Portainer's alter Standard-Port (HTTP), oft noch exponiert
# Portainer Agent configuration
portainer_agent_image: "portainer/agent:latest"
portainer_agent_name: "portainer-agent"
portainer_agent_port: 9001 # Port für den Portainer Agent
# Hinweis: Stellen Sie sicher, dass der NFS-Share auf TrueNAS korrekt konfiguriert und exportiert ist
# und die entsprechenden Berechtigungen für den Zugriff vom Ansible-Zielsystem aus hat.