X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Finit-system2.yml;h=e4449ebda85eebe9f1ceb6f700b66a455e2ec3ee;hb=944c528610423484d2a86ada945f87be834521df;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