move system monitoring tools into their own role

This commit is contained in:
Pig Monkey 2020-05-16 19:04:26 -07:00
parent e57dce556d
commit 6532ba8a46
3 changed files with 31 additions and 6 deletions

View file

@ -4,6 +4,7 @@
roles:
- { role: base, tags: ['base'] }
- { role: gnupg, tags: ['gnupg'] }
- { role: sysmon, tags: ['sysmon'] }
- { role: cron, tags: ['cron'] }
- { role: microcode, tags: ['microcode'], when: "'GenuineIntel' in ansible_processor" }
- { role: hardened, tags: ['hardened'] }