فهرست منبع

Update main.yml

Signed-off-by: Shubhangi-dell <shubhangi_srivastava@dell.com>
Shubhangi-dell 3 سال پیش
والد
کامیت
2652c60b1e
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      control_plane/roles/control_plane_security/tasks/main.yml

+ 6 - 0
control_plane/roles/control_plane_security/tasks/main.yml

@@ -35,6 +35,12 @@
         - name: FreeIPA configuration
           include_tasks: ipa_configuration.yml
       when: os_supported_leap not in mgmt_os
+      
+    - name: Install snoopy
+      include_tasks: install_snoopy.yml
+
+    - name: Install psacct/acct
+      include_tasks: user_monitor.yml
 
     - name: Session timeout configuration
       include_tasks: session_timeout.yml