X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Finit-system2.yml;h=f28026d855f29fc796334c46272d193f7e053597;hb=f85d72f8ccbb74da7626fd2381878f7816d73e63;hp=0efdf4aabc4be770da83b13dfb8e5362bdce4a33;hpb=b8e272bc9b8400ea95aa03d1aff6244dc6ebefc7;p=ansible.git diff --git a/playbooks/debian/init-system2.yml b/playbooks/debian/init-system2.yml index 0efdf4a..f28026d 100644 --- a/playbooks/debian/init-system2.yml +++ b/playbooks/debian/init-system2.yml @@ -1,5 +1,10 @@ - name: Setup Debain system - part 2 - hosts: "{{ hosts | default('servers') }}" + hosts: "{{ hosts | default('all') }}" gather_facts: false roles: + - init-system2 - remove-systemd + - root + - firewall + - logcheck + - sshd