Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Suarez committed Dec 6, 2019
1 parent 313d6e4 commit 2b07cb6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,18 @@ papertrail_host_files_to_log:
- /var/log/dmesg
```
- playbook.yml
```yaml
- hosts: servers
vars:
papertrail_version: "0.19"
papertrail_destination_host: logs.papertrailapp.com
papertrail_destination_port: 12345
papertrail_destination_protocol: tls
papertrail_log_facility: local7
papertrail_log_severity: warn
roles:
- role: papertrail
- hosts: servers
vars:
papertrail_version: "0.19"
papertrail_destination_host: logs.papertrailapp.com
papertrail_destination_port: 12345
papertrail_destination_protocol: tls
papertrail_log_facility: local7
papertrail_log_severity: warn
roles:
- role: papertrail
```
License
Expand Down

0 comments on commit 2b07cb6

Please sign in to comment.