瀏覽代碼

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