]> git.phdru.name Git - ansible.git/blob - playbooks/init-system2.yml
Rename role `init-system2` -> `setup-usrlocal`
[ansible.git] / playbooks / init-system2.yml
1 - name: Setup Debain system - part 2
2   hosts: "{{ hosts | default('all') }}"
3   gather_facts: true
4   roles:
5     - setup-usrlocal
6     - role: remove-systemd
7       when: ansible_facts.os_family == 'Debian'
8     - root
9     - firewall
10     - logcheck
11     - sshd