Skip to content

Commit

Permalink
Regenerated docs and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 16, 2019
1 parent aea89eb commit 7f2023e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,25 @@ The machine you are running this on, may need to be prepared.
Also see a [full explanation and example](https://robertdebock.nl/how-to-use-these-roles.html) on how to use these roles.
Role Variables
--------------
These variables are set in `defaults/main.yml`:
```yaml
---
# defaults file for firewall
# A list of service to allow traffic to.
firewall_services:
- name: ssh
# A bit more difficult example:
# firewall_services:
# - name: ssh
# - name: https
# - name: 5353
# proto: udp
```

Requirements
------------
Expand Down

0 comments on commit 7f2023e

Please sign in to comment.