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