updated freeipa.container

This commit is contained in:
root
2026-05-10 07:23:23 -07:00
parent f7c53702d8
commit 49c8bd3588
+5 -5
View File
@@ -3,17 +3,17 @@ Description=FreeIPA Server
After=network-online.target
[Container]
Image=gitea.iot.cudanet.org/administrator/quadlets/freeipa-server:almalinux-9-4.12.2
Image=docker.io/freeipa/freeipa-server:almalinux-9-4.12.2
ContainerName=freeipa-server
Network=podman-bridge0:ip=10.0.0.141
Environment=IPA_DM_PASSWORD=SIssy123!!
Environment=IPA_ADMIN_PASSWORD=SIssy123!!
Environment=IPA_DM_PASSWORD=mysupersecurepassword
Environment=IPA_ADMIN_PASSWORD=mysupersecurepassword
PodmanArgs=--systemd=always --hostname=ipa.iot.cudanet.org --cgroupns=host --security-opt label=disable --add-host ipa.iot.cudanet.org:10.0.0.141
# ADDED: --no-host-dns and --no-ntp to prevent local enrollment crashes
Exec=ipa-server-install -U -r IOT.CUDANET.ORG -p SIssy123!! -a SIssy123!! --no-ntp --no-host-dns
# THE CRITICAL CHANGE: Added --no-host-dns and --no-ntp
Exec=ipa-server-install -U -r IOT.CUDANET.ORG -p mysupersecurepassword -a mysupersecurepassword --no-ntp --no-host-dns
Volume=/var/podman/freeipa/data:/data:Z
AddCapability=CAP_SYS_ADMIN