]> git.phdru.name Git - ansible.git/blobdiff - playbooks/redhat/init-system2.yml
Feat(RedHat): Add RedHat and redhatoids playbooks and roles
[ansible.git] / playbooks / redhat / init-system2.yml
diff --git a/playbooks/redhat/init-system2.yml b/playbooks/redhat/init-system2.yml
new file mode 100644 (file)
index 0000000..75dd28a
--- /dev/null
@@ -0,0 +1,9 @@
+- name: Setup Debain system - part 2
+  hosts: "{{ hosts | default('all') }}"
+  gather_facts: true
+  roles:
+    - init-system2
+    - root
+    - firewall
+    - logcheck
+    - sshd