Skip to content

Commit b6b2730

Browse files
Update readme: requirements and todo list (#4)
1 parent 854b659 commit b6b2730

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,23 @@
33

44
**THIS IS A WIP DUE TO COLLECTIONS BEING IN TECH REVIEW CURRENTLY (Ansible 2.8) BUT WILL BE UPDATED AS NECESSARY AS COLLECTIONS MATURES**
55

6-
TODO:
6+
**TODO**
77
- ~~initial build and changes to properly import module_utils~~
8-
- Add testing to a CI (Travis?) and existing unit tests
9-
- ~~Initial unit tests~~
8+
- Add testing to Travis CI
9+
- ~~Existing unit tests~~
1010
- ~~Test different Python versions (3.6/3.7)~~
1111
- Local testing using Tox
1212
- Test currently supported versions of Ansible
13+
- Integration testing against at least two versions of Netbox
1314
- ~~Add documentation on how to use to README~~
1415
- Add documentation on how to contribute to collection
1516

1617
## Requirements
18+
- Netbox 2.5+
19+
- pynetbox 4.0.6+
20+
- Python 3.6+
1721
- Ansible 2.9+
1822
- Or run Ansible via source
19-
- Python 3.6+
2023

2124
## Existing Modules
2225

@@ -29,7 +32,7 @@ TODO:
2932
## How to Use
3033
- Install via Mazer
3134
- `mazer install fragmentedpacket.netbox_modules`
32-
- Follow Ansible instructions to use the collection:
35+
- Follow Ansible instructions to use the collection
3336
- [https://docs.ansible.com/ansible/devel/dev_guide/collections_tech_preview.html#using-collections](https://docs.ansible.com/ansible/devel/dev_guide/collections_tech_preview.html#using-collections)
3437

3538
#### Example playbook

0 commit comments

Comments
 (0)