X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Finit-system2.yml;h=40e9aefc164d3eb715b5e38ef4b3b24668187428;hb=0399f7116f2383db79c4e75c1181338132286b98;hp=e4449ebda85eebe9f1ceb6f700b66a455e2ec3ee;hpb=424c41462e9f4f38fdf666f2180342a8268a95c7;p=ansible.git diff --git a/playbooks/init-system2.yml b/playbooks/init-system2.yml index e4449eb..40e9aef 100644 --- a/playbooks/init-system2.yml +++ b/playbooks/init-system2.yml @@ -2,9 +2,9 @@ hosts: "{{ hosts | default('all') }}" gather_facts: true roles: - - debian/firewall + - role: debian/firewall when: ansible_facts.os_family == 'Debian' - - redhat/firewall + - role: redhat/firewall when: ansible_facts.os_family == 'RedHat' - logcheck - root