浏览代码

Update main.yml

Signed-off-by: Shubhangi-dell <shubhangi_srivastava@dell.com>
Shubhangi-dell 3 年之前
父节点
当前提交
27fdb4cbfe
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      roles/login_node/tasks/main.yml

+ 6 - 0
roles/login_node/tasks/main.yml

@@ -23,6 +23,12 @@
     - block:
         - name: FreeIPA configuration
           include_tasks: ipa_configuration.yml
+          
+        - name: Install snoopy
+          include_tasks: install_snoopy.yml
+
+        - name: Install psacct/acct
+          include_tasks: user_monitor.yml
 
         - name: Alert configuration
           include_tasks: configure_alerting.yml