]> git.phdru.name Git - ansible.git/blob - playbooks/init-system2.yml
Feat(firewall): Use handler instead of condition
[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     - init-system2
6     - role: remove-systemd
7       when: ansible_facts.os_family == 'Debian'
8     - root
9     - firewall
10     - logcheck
11     - sshd