Added configuration for ipa server role #1

Merged
ejparker merged 16 commits from testing into prod 2025-03-30 00:06:21 -05:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 41e6d1e78d - Show all commits

View file

@ -1,7 +1,7 @@
#SPDX-License-Identifier: MIT-0
---
# handlers file for role-ipa-server
- name: restart ipactl
- name: restart httpd
service:
name: ipactl
name: httpd
state: restarted

View file

@ -43,7 +43,7 @@
state: link
force: yes
when: (result is succeeded) and (result2 is succeeded)
notify: restart ipactl
notify: restart httpd
- name: create symlink for private key
ansible.builtin.file:
@ -52,4 +52,4 @@
state: link
force: yes
when: (result is succeeded) and (result2 is succeeded)
notify: restart ipactl
notify: restart httpd