Skip to content

Commit

Permalink
Bump NetBox release to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lae committed Sep 25, 2017
1 parent edf5182 commit 0693b43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tells the role to deploy by extracting tarball releases from GitHub, while
`netbox_git` tells the role to clone a NetBox git repository - they're mutually
exclusive.

netbox_stable_version: 2.1.4
netbox_stable_version: 2.1.5
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"

These can be configured to pin a version (e.g. increment to trigger an upgrade)
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# defaults file for lae.netbox
netbox_stable: false
netbox_stable_version: 2.1.4
netbox_stable_version: 2.1.5
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"

netbox_git: false
Expand Down
1 change: 1 addition & 0 deletions examples/netbox_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ netbox_config:
# note that the array is nested above
BANNER_TOP: &BANNER_TOP 'Your banner text'
BANNER_BOTTOM: *BANNER_TOP
BANNER_LOGIN: ''
# you probably won't need this, but you can reference other variables like above
BASE_PATH: netbox/
CORS_ORIGIN_ALLOW_ALL: false
Expand Down

0 comments on commit 0693b43

Please sign in to comment.