mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user