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:
parent
e0378b95ad
commit
6185f038b6
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue