Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis-ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/rhel.yml')
-rw-r--r--tasks/rhel.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tasks/rhel.yml b/tasks/rhel.yml
new file mode 100644
index 0000000..f3c8827
--- /dev/null
+++ b/tasks/rhel.yml
@@ -0,0 +1,12 @@
+---
+
+
+
+- name: Lynis | Install Lynis from yum
+ yum:
+ name: lynis
+ state: present
+ update_cache: yes
+ disable_gpg_check: no
+ register: lynis_isinstalled
+ tags: lynis