]> git.phdru.name Git - ansible.git/blobdiff - playbooks/init-system2.yml
Feat(remove-systemd) Split `remove-systemd` as a separate plabook
[ansible.git] / playbooks / init-system2.yml
index 15813cef744452e940c1833f2e664ff385f154b0..947fd6609ef574cca5d2923bf149ed9783e86f88 100644 (file)
@@ -1,11 +1,9 @@
-- 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
-      when: ansible_facts.os_family == 'Debian'
-    - root
     - firewall
     - logcheck
+    - root
+    - setup-usrlocal
     - sshd