Skip to content

Commit 0693b43

Browse files
committed
Bump NetBox release to 2.1.5
1 parent edf5182 commit 0693b43

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tells the role to deploy by extracting tarball releases from GitHub, while
5656
`netbox_git` tells the role to clone a NetBox git repository - they're mutually
5757
exclusive.
5858

59-
netbox_stable_version: 2.1.4
59+
netbox_stable_version: 2.1.5
6060
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
6161

6262
These can be configured to pin a version (e.g. increment to trigger an upgrade)

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.1.4
4+
netbox_stable_version: 2.1.5
55
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
66

77
netbox_git: false

examples/netbox_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ netbox_config:
1414
# note that the array is nested above
1515
BANNER_TOP: &BANNER_TOP 'Your banner text'
1616
BANNER_BOTTOM: *BANNER_TOP
17+
BANNER_LOGIN: ''
1718
# you probably won't need this, but you can reference other variables like above
1819
BASE_PATH: netbox/
1920
CORS_ORIGIN_ALLOW_ALL: false

0 commit comments

Comments
 (0)