]> git.phdru.name Git - ansible.git/blob - playbooks/init-system2.yml
662560c396f33aa38ba6e488e39409a524f8ce5d
[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     - firewall
6     - logcheck
7     - role: remove-systemd
8       when: ansible_facts.os_family == 'Debian'
9     - root
10     - setup-usrlocal
11     - sshd