14 lines
220 B
YAML
14 lines
220 B
YAML
---
|
|
# Adminer
|
|
#
|
|
# Run:
|
|
# ansible-playbook -i inventories/client tasks/antivir.chkrootkit.yml --limit etc
|
|
#
|
|
# Prepare:
|
|
# See readme.md and init your workspace
|
|
- hosts: all
|
|
gather_facts: true
|
|
|
|
roles:
|
|
|
|
- lsa.antivir |