X-Git-Url: https://git.phdru.name/?p=ansible.git;a=blobdiff_plain;f=playbooks%2Finit-system2.yml;h=e4449ebda85eebe9f1ceb6f700b66a455e2ec3ee;hp=a574db17d02b3fe817d1bb16d649aaceed6b08c6;hb=HEAD;hpb=821cc704535e7fb9a2aaafc5692ad68e38308786 diff --git a/playbooks/init-system2.yml b/playbooks/init-system2.yml deleted file mode 100644 index a574db1..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: - - init-system2 - - role: remove-systemd - when: ansible_facts.os_family == 'Debian' - - root - - firewall - - logcheck - - sshd