Browse Source

Update main.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 năm trước cách đây
mục cha
commit
e9ba60eedc
1 tập tin đã thay đổi với 8 bổ sung3 xóa
  1. 8 3
      control_plane/roles/control_plane_security/tasks/main.yml

+ 8 - 3
control_plane/roles/control_plane_security/tasks/main.yml

@@ -35,6 +35,11 @@
         - name: FreeIPA configuration
           include_tasks: ipa_configuration.yml
       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
       include_tasks: install_snoopy.yml
@@ -42,10 +47,10 @@
     - name: Install psacct/acct
       include_tasks: user_monitor.yml
 
-    - name: Session timeout configuration
-      include_tasks: session_timeout.yml
-
     - name: Alert configuration
       include_tasks: configure_alerting.yml
       when: alert_email_address | length > 1
+     
+    - name: Session timeout configuration
+      include_tasks: session_timeout.yml
   when: enable_security_support