X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=inline;f=playbooks%2Finit-system2.yml;h=40e9aefc164d3eb715b5e38ef4b3b24668187428;hb=HEAD;hp=e4449ebda85eebe9f1ceb6f700b66a455e2ec3ee;hpb=424c41462e9f4f38fdf666f2180342a8268a95c7;p=ansible.git diff --git a/playbooks/init-system2.yml b/playbooks/init-system2.yml deleted file mode 100644 index e4449eb..0000000 --- a/playbooks/init-system2.yml +++ /dev/null @@ -1,12 +0,0 @@ -- name: Setup Linux system - part 2 - hosts: "{{ hosts | default('all') }}" - gather_facts: true - roles: - - debian/firewall - when: ansible_facts.os_family == 'Debian' - - redhat/firewall - when: ansible_facts.os_family == 'RedHat' - - logcheck - - root - - setup-usrlocal - - sshd