File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
** THIS IS A WIP DUE TO COLLECTIONS BEING IN TECH REVIEW CURRENTLY (Ansible 2.8) BUT WILL BE UPDATED AS NECESSARY AS COLLECTIONS MATURES**
5
5
6
- TODO:
6
+ ** TODO**
7
7
- ~~ 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~~
10
10
- ~~ Test different Python versions (3.6/3.7)~~
11
11
- Local testing using Tox
12
12
- Test currently supported versions of Ansible
13
+ - Integration testing against at least two versions of Netbox
13
14
- ~~ Add documentation on how to use to README~~
14
15
- Add documentation on how to contribute to collection
15
16
16
17
## Requirements
18
+ - Netbox 2.5+
19
+ - pynetbox 4.0.6+
20
+ - Python 3.6+
17
21
- Ansible 2.9+
18
22
- Or run Ansible via source
19
- - Python 3.6+
20
23
21
24
## Existing Modules
22
25
29
32
## How to Use
30
33
- Install via Mazer
31
34
- ` mazer install fragmentedpacket.netbox_modules `
32
- - Follow Ansible instructions to use the collection:
35
+ - Follow Ansible instructions to use the collection
33
36
- [ 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 )
34
37
35
38
#### Example playbook
You can’t perform that action at this time.
0 commit comments