]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/init-system2.yml
Feat(sshd): In Debian the service is called `ssh`, otherwise `sshd`
[ansible.git] / playbooks / debian / init-system2.yml
index 0efdf4aabc4be770da83b13dfb8e5362bdce4a33..0a02e3123f83a01d33ac1c4102d04bd2867ed303 100644 (file)
@@ -1,5 +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