]> git.phdru.name Git - ansible.git/blobdiff - playbooks/init-system2.yml
Feat(packages): Install `calendar` and `net-tools`
[ansible.git] / playbooks / init-system2.yml
index 947fd6609ef574cca5d2923bf149ed9783e86f88..40e9aefc164d3eb715b5e38ef4b3b24668187428 100644 (file)
@@ -2,7 +2,10 @@
   hosts: "{{ hosts | default('all') }}"
   gather_facts: true
   roles:
-    - firewall
+    - role: debian/firewall
+      when: ansible_facts.os_family == 'Debian'
+    - role: redhat/firewall
+      when: ansible_facts.os_family == 'RedHat'
     - logcheck
     - root
     - setup-usrlocal