|
@@ -35,6 +35,11 @@
|
|
- name: FreeIPA configuration
|
|
- name: FreeIPA configuration
|
|
include_tasks: ipa_configuration.yml
|
|
include_tasks: ipa_configuration.yml
|
|
when: os_supported_leap not in mgmt_os
|
|
when: os_supported_leap not in mgmt_os
|
|
|
|
+
|
|
|
|
+ - block:
|
|
|
|
+ - name: Install 389 directory server
|
|
|
|
+ include_tasks: install_389ds.yml
|
|
|
|
+ when: os_supported_leap in mgmt_os
|
|
|
|
|
|
- name: Install snoopy
|
|
- name: Install snoopy
|
|
include_tasks: install_snoopy.yml
|
|
include_tasks: install_snoopy.yml
|
|
@@ -42,10 +47,10 @@
|
|
- name: Install psacct/acct
|
|
- name: Install psacct/acct
|
|
include_tasks: user_monitor.yml
|
|
include_tasks: user_monitor.yml
|
|
|
|
|
|
- - name: Session timeout configuration
|
|
|
|
- include_tasks: session_timeout.yml
|
|
|
|
-
|
|
|
|
- name: Alert configuration
|
|
- name: Alert configuration
|
|
include_tasks: configure_alerting.yml
|
|
include_tasks: configure_alerting.yml
|
|
when: alert_email_address | length > 1
|
|
when: alert_email_address | length > 1
|
|
|
|
+
|
|
|
|
+ - name: Session timeout configuration
|
|
|
|
+ include_tasks: session_timeout.yml
|
|
when: enable_security_support
|
|
when: enable_security_support
|