]> git.phdru.name Git - ansible.git/blobdiff - playbooks/init-system2.yml
Fix(init-system/templates/sources.list): Fix sections order
[ansible.git] / playbooks / init-system2.yml
index 15813cef744452e940c1833f2e664ff385f154b0..e4449ebda85eebe9f1ceb6f700b66a455e2ec3ee 100644 (file)
@@ -1,11 +1,12 @@
-- name: Setup Debain system - part 2
+- name: Setup Linux system - part 2
   hosts: "{{ hosts | default('all') }}"
   gather_facts: true
   roles:
-    - setup-usrlocal
-    - role: remove-systemd
+    - debian/firewall
       when: ansible_facts.os_family == 'Debian'
-    - root
-    - firewall
+    - redhat/firewall
+      when: ansible_facts.os_family == 'RedHat'
     - logcheck
+    - root
+    - setup-usrlocal
     - sshd