You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Netbox modules for Ansible using Ansible Collections
5
+
# NetBox modules for Ansible using Ansible Collections
6
6
7
7
We have moved this collection to a different namespace and collection name on Ansible Galaxy. The new versions will be at `netbox.netbox`.
8
8
9
-
To keep the code simple, we only officially support the two latesst releases of Netbox and don't guarantee backwards compatibility beyond that. We do try and keep these breaking changes to a minimum, but sometimes changes to NetBox's API cause us to have to make breaking changes.
9
+
To keep the code simple, we only officially support the two latest releases of NetBox and don't guarantee backwards compatibility beyond that. We do try and keep these breaking changes to a minimum, but sometimes changes to NetBox's API cause us to have to make breaking changes.
10
10
11
11
## Requirements
12
12
@@ -51,7 +51,7 @@ To keep the code simple, we only officially support the two latesst releases of
51
51
- netbox_vlan
52
52
- netbox_vrf
53
53
54
-
## Netbox Plugins
54
+
## NetBox Plugins
55
55
56
56
- netbox lookup plugin
57
57
- netbox inventory plugin (0.1.5)
@@ -72,15 +72,15 @@ To keep the code simple, we only officially support the two latesst releases of
72
72
Using the **collections** at the play level
73
73
74
74
```yaml
75
-
- name: "Test Netbox modules"
75
+
- name: "Test NetBox modules"
76
76
connection: local
77
77
hosts: localhost
78
78
gather_facts: False
79
79
collections:
80
80
- netbox.netbox
81
81
82
82
tasks:
83
-
- name: Create device within Netbox with only required information
83
+
- name: Create device within NetBox with only required information
0 commit comments