]> git.phdru.name Git - ansible.git/blobdiff - playbooks/init-system2.yaml
Feat: Rename `*.yml` to `*.yaml`
[ansible.git] / playbooks / init-system2.yaml
diff --git a/playbooks/init-system2.yaml b/playbooks/init-system2.yaml
new file mode 100644 (file)
index 0000000..40e9aef
--- /dev/null
@@ -0,0 +1,12 @@
+- 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