Skip to content

Commit 315e561

Browse files
authored
Fixing README formatting
1 parent 70d6673 commit 315e561

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# ansible-volatility
22
This role is for use by DFIR/security options teams to quickly deploy and manage a Linux system to be used for memory forensics using the [Volatility Framework](http://www.volatilityfoundation.org/).
33

4-
##Role Variables
4+
## Role Variables
55
```yaml
66
users: []
77
forensics: true
88
```
99
Typically, when applying this role in an environment, I would simply set the forensics variable to true for the host or group of hosts that will be used for forensics work in the group_vars or host_vars file. The user is a simple list of the users who will be performing work using Volatility.
1010
11-
##Example Playbook
11+
## Example Playbook
1212
Assuming you have a single host or set of hosts you use for this purpose, and that you include the variable "forensics" in either the host_vars or group_vars files as appropriate, the following playbook would deploy this role.
1313
1414
```yaml
@@ -19,9 +19,9 @@ Assuming you have a single host or set of hosts you use for this purpose, and th
1919
- { role: ansible-volatility, when: forensics }
2020
```
2121
22-
##License
22+
## License
2323
MIT
2424
25-
##Author Information
25+
## Author Information
2626
Matt Shepherd aka matts-mpg<br>
27-
Vice President at MindPoint Group
27+
Vice President at MindPoint Group

0 commit comments

Comments
 (0)