Skip to content

Commit c10ad2b

Browse files
authoredNov 5, 2018
Create example-playbook.yml
1 parent b5453da commit c10ad2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎example-playbook.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
- hosts: all
3+
vars:
4+
- atomic_dir: /path/to/atomic-red-team/atomics/
5+
tasks:
6+
- name: Run atomic T1168
7+
art:
8+
atomic: T1168
9+
args: {"script": "/path/to/script.sh"}

0 commit comments

Comments
 (0)
Please sign in to comment.