]> git.phdru.name Git - ansible.git/blobdiff - playbooks/init-system2.yml
Update(logcheck): Update `local-spamassassin`
[ansible.git] / playbooks / init-system2.yml
diff --git a/playbooks/init-system2.yml b/playbooks/init-system2.yml
deleted file mode 100644 (file)
index 40e9aef..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-- name: Setup Linux system - part 2
-  hosts: "{{ hosts | default('all') }}"
-  gather_facts: true
-  roles:
-    - role: debian/firewall
-      when: ansible_facts.os_family == 'Debian'
-    - role: redhat/firewall
-      when: ansible_facts.os_family == 'RedHat'
-    - logcheck
-    - root
-    - setup-usrlocal
-    - sshd