]> git.phdru.name Git - ansible.git/blob - playbooks/init-system2.yml
Feat(remove-systemd) Split `remove-systemd` as a separate plabook
[ansible.git] / playbooks / init-system2.yml
1 - name: Setup Linux system - part 2
2   hosts: "{{ hosts | default('all') }}"
3   gather_facts: true
4   roles:
5     - firewall
6     - logcheck
7     - root
8     - setup-usrlocal
9     - sshd