IPA: don't start httpd with systemd

The httpd service should not be started with systemd, the ipa service will
start it. If systemd starts it, it will run before IPA is available and
KdcProxy will be disabled because it can't reach LDAP.

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-11-10 11:40:21 +01:00
parent e0378b95ad
commit 6185f038b6
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -510,3 +510,14 @@
tags:
- ipa/server
- config
# The httpd service should not be started with systemd, the ipa service will
# start it. If systemd starts it, it will run before IPA is available and
# KdcProxy will be disabled because it can't reach LDAP.
- name: Disable the httpd service
service:
name: httpd
enabled: no
tags:
- ipa/server
- config