Browse Source

Update main.yml

Signed-off-by: Shubhangi-dell <shubhangi_srivastava@dell.com>
Shubhangi-dell 3 years ago
parent
commit
2652c60b1e
1 changed files with 6 additions and 0 deletions
  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