Skip to content

Commit 4698b9e

Browse files
committed
Bump NetBox to 2.8.6
1 parent 84300e0 commit 4698b9e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:role-name: netbox
33
:role: {role-author}.{role-name}
44
:gh-name: {role-author}/ansible-role-{role-name}
5-
:netbox-version: 2.8.1
5+
:netbox-version: 2.8.6
66
= {role}
77
:toc:
88
:toc-placement: preamble

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# defaults file for lae.netbox
33
netbox_stable: false
4-
netbox_stable_version: 2.8.1
4+
netbox_stable_version: 2.8.6
55
netbox_stable_uri: "https://github.com/netbox-community/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
66

77
netbox_git: false

examples/netbox_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ netbox_config:
44
ALLOWED_HOSTS:
55
- 127.0.0.1
66
- localhost
7+
ALLOWED_URL_SCHEMES:
8+
- https
9+
- http
10+
- ftp
11+
- mailto
712
ADMINS:
813
-
914
- Hank Hill
@@ -38,6 +43,9 @@ netbox_config:
3843
EXEMPT_VIEW_PERMISSIONS:
3944
- dcim.site
4045
- ipam.prefix
46+
INTERNAL_IPS:
47+
- 127.0.0.1
48+
- ::1
4149
LOGGING:
4250
version: 1
4351
disable_existing_loggers: False

0 commit comments

Comments
 (0)