X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Finit-system2.yml;h=f28026d855f29fc796334c46272d193f7e053597;hb=92c8c7fac96ee136015c6522258007aa92c03288;hp=866cbf2c36215b42398b920f2a56b797ef35428f;hpb=4d94f52fdb488f7b7b8328212824df69c66424d6;p=ansible.git diff --git a/playbooks/debian/init-system2.yml b/playbooks/debian/init-system2.yml index 866cbf2..f28026d 100644 --- a/playbooks/debian/init-system2.yml +++ b/playbooks/debian/init-system2.yml @@ -1,7 +1,8 @@ - name: Setup Debain system - part 2 - hosts: "{{ hosts | default('servers') }}" + hosts: "{{ hosts | default('all') }}" gather_facts: false roles: + - init-system2 - remove-systemd - root - firewall