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