X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Finit-system2.yml;h=40e9aefc164d3eb715b5e38ef4b3b24668187428;hb=HEAD;hp=15813cef744452e940c1833f2e664ff385f154b0;hpb=a778cfdeb617354b2c238aa2b7579b84ebed5a29;p=ansible.git diff --git a/playbooks/init-system2.yml b/playbooks/init-system2.yml deleted file mode 100644 index 15813ce..0000000 --- a/playbooks/init-system2.yml +++ /dev/null @@ -1,11 +0,0 @@ -- name: Setup Debain system - part 2 - hosts: "{{ hosts | default('all') }}" - gather_facts: true - roles: - - setup-usrlocal - - role: remove-systemd - when: ansible_facts.os_family == 'Debian' - - root - - firewall - - logcheck - - sshd