X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Finit-system2.yml;h=e4449ebda85eebe9f1ceb6f700b66a455e2ec3ee;hb=548c4607470bc8790db78248ac690e15fc6d2c9f;hp=947fd6609ef574cca5d2923bf149ed9783e86f88;hpb=f7e665139a974b34b7f0694e3fbe68a92c7d14a5;p=ansible.git diff --git a/playbooks/init-system2.yml b/playbooks/init-system2.yml index 947fd66..e4449eb 100644 --- a/playbooks/init-system2.yml +++ b/playbooks/init-system2.yml @@ -2,7 +2,10 @@ hosts: "{{ hosts | default('all') }}" gather_facts: true roles: - - firewall + - debian/firewall + when: ansible_facts.os_family == 'Debian' + - redhat/firewall + when: ansible_facts.os_family == 'RedHat' - logcheck - root - setup-usrlocal