]> git.phdru.name Git - ansible.git/blobdiff - playbooks/init-system2.yml
Feat(roles/docker): Install Docker (currently Debian-only)
[ansible.git] / playbooks / init-system2.yml
index a574db17d02b3fe817d1bb16d649aaceed6b08c6..40e9aefc164d3eb715b5e38ef4b3b24668187428 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:
-    - init-system2
-    - role: remove-systemd
+    - role: debian/firewall
       when: ansible_facts.os_family == 'Debian'
-    - root
-    - firewall
+    - role: redhat/firewall
+      when: ansible_facts.os_family == 'RedHat'
     - logcheck
+    - root
+    - setup-usrlocal
     - sshd