Skip to content

Commit

Permalink
Adds installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4e3 committed Apr 30, 2018
1 parent 103c07b commit 81bce15
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ In my work, I use:

Repository contains my own preferred settings and lists of packages and applications.

## Installation

Install all required roles:

```bash
ansible-galaxy install -r requirements.yml
```

Play:

```bash
ansible-playbook playbook.yml
```

## Notes

This playbook and all roles had been created to automate my own workstation configuration and it's 100% prefect, IMHO.

0 comments on commit 81bce15

Please sign in to comment.