added mattermost
This commit is contained in:
+4
-9
@@ -3,27 +3,22 @@ Description=FreeIPA Server
|
||||
After=network-online.target
|
||||
|
||||
[Container]
|
||||
Image=docker.io/freeipa/freeipa-server:almalinux-9-4.12.2
|
||||
Image=gitea.iot.cudanet.org/administrator/quadlets/freeipa-server:almalinux-9-4.12.2
|
||||
ContainerName=freeipa-server
|
||||
Network=podman-bridge0:ip=10.0.0.141
|
||||
|
||||
Environment=IPA_DM_PASSWORD=mysupersecurepassword
|
||||
Environment=IPA_ADMIN_PASSWORD=mysupersecurepassword
|
||||
|
||||
# Remove all IPA_DM_PASSWORD, IPA_ADMIN_PASSWORD, and Exec lines.
|
||||
# We want the container to see the volume and say "Ah, I'm already done."
|
||||
PodmanArgs=--systemd=always --hostname=ipa.iot.cudanet.org --cgroupns=host --security-opt label=disable --add-host ipa.iot.cudanet.org:10.0.0.141
|
||||
|
||||
# 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
|
||||
AddCapability=CAP_NET_ADMIN
|
||||
|
||||
[Service]
|
||||
Notify=false
|
||||
Restart=on-failure
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
TimeoutStartSec=1800
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user