Skip to content

Commit

Permalink
Add Example Playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton authored and bmillemathias committed Mar 29, 2022
1 parent d6a4617 commit eb773b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ In such case, the volume servers will be configured correctly to contact the mas

None

## Install role
```
ansible-galaxy install --force git+https://github.com/bmillemathias/ansible-role-seaweedfs.git,main
```

## Role Defaults Variables

weed.version: '2.18'
Expand All @@ -46,6 +51,16 @@ None

## License

## Example Playbook
```
---
- hosts: seaweedfs
become: true
roles:
- role: ansible-role-seaweedfs
weed_version: 2.74
```

MIT

## Authors Information
Expand Down

0 comments on commit eb773b2

Please sign in to comment.