Skip to content

Commit eb773b2

Browse files
patsevantonbmillemathias
authored andcommitted
Add Example Playbook
1 parent d6a4617 commit eb773b2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ In such case, the volume servers will be configured correctly to contact the mas
2323

2424
None
2525

26+
## Install role
27+
```
28+
ansible-galaxy install --force git+https://github.com/bmillemathias/ansible-role-seaweedfs.git,main
29+
```
30+
2631
## Role Defaults Variables
2732

2833
weed.version: '2.18'
@@ -46,6 +51,16 @@ None
4651

4752
## License
4853

54+
## Example Playbook
55+
```
56+
---
57+
- hosts: seaweedfs
58+
become: true
59+
roles:
60+
- role: ansible-role-seaweedfs
61+
weed_version: 2.74
62+
```
63+
4964
MIT
5065

5166
## Authors Information

0 commit comments

Comments
 (0)