X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Finit-system2.yml;h=f28026d855f29fc796334c46272d193f7e053597;hb=1d8e90526553fb429b5fb0f33c14e7917f8155a4;hp=335299e41bb357469427c732f5b18edbfe38325b;hpb=edf447b86f291118443987ab67de35b99e9b2d38;p=ansible.git diff --git a/playbooks/debian/init-system2.yml b/playbooks/debian/init-system2.yml index 335299e..f28026d 100644 --- a/playbooks/debian/init-system2.yml +++ b/playbooks/debian/init-system2.yml @@ -1,6 +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