File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
:role-name: netbox
3
3
:role: {role-author}.{role-name}
4
4
:gh-name: {role-author}/ansible-role-{role-name}
5
- :netbox-version: 2.8.1
5
+ :netbox-version: 2.8.6
6
6
= {role}
7
7
:toc:
8
8
:toc-placement: preamble
Original file line number Diff line number Diff line change 1
1
---
2
2
# defaults file for lae.netbox
3
3
netbox_stable : false
4
- netbox_stable_version : 2.8.1
4
+ netbox_stable_version : 2.8.6
5
5
netbox_stable_uri : " https://github.com/netbox-community/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
6
6
7
7
netbox_git : false
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ netbox_config:
4
4
ALLOWED_HOSTS :
5
5
- 127.0.0.1
6
6
- localhost
7
+ ALLOWED_URL_SCHEMES :
8
+ - https
9
+ - http
10
+ - ftp
11
+ - mailto
7
12
ADMINS :
8
13
-
9
14
- Hank Hill
@@ -38,6 +43,9 @@ netbox_config:
38
43
EXEMPT_VIEW_PERMISSIONS :
39
44
- dcim.site
40
45
- ipam.prefix
46
+ INTERNAL_IPS :
47
+ - 127.0.0.1
48
+ - ::1
41
49
LOGGING :
42
50
version : 1
43
51
disable_existing_loggers : False
You can’t perform that action at this time.
0 commit comments