]> git.phdru.name Git - ansible.git/blob - playbooks/init-system2.yml
Update(logcheck): Update `local-spamassassin`
[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     - debian/firewall
6       when: ansible_facts.os_family == 'Debian'
7     - redhat/firewall
8       when: ansible_facts.os_family == 'RedHat'
9     - logcheck
10     - root
11     - setup-usrlocal
12     - sshd