]> git.phdru.name Git - ansible.git/blob - playbooks/debian/init-system2.yml
Feat(init-system2): Setup `sshd`
[ansible.git] / playbooks / debian / init-system2.yml
1 - name: Setup Debain system - part 2
2   hosts: "{{ hosts | default('servers') }}"
3   gather_facts: false
4   roles:
5     - remove-systemd
6     - root
7     - firewall
8     - logcheck
9     - sshd