Added configuration for ipa server role #1
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue