blob: 6a625118a42158a953ef87091acdff8e57f99bd4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
# Example:
# ansible-playbook -i stage_vms all.yml -t rkhunter
- include: common.yml
- include: IMAP.yml
- include: MX.yml
- include: MSA.yml
- include: webmail.yml
- include: lists.yml
|