main.yml 234 B

1234567891011
  1. - include: base.yml
  2. - include: firewall.yml
  3. when: with_firewall
  4. - include: security.yml
  5. - include: smtp.yml
  6. when: with_postfix
  7. - include: dkim.yml
  8. when: with_opendkim
  9. - include: ssh.yml
  10. - include: smartd.yml
  11. when: with_smartd