From 0693b4360fd6660739d88776b9ce15890d30f116 Mon Sep 17 00:00:00 2001 From: Musee Ullah Date: Mon, 25 Sep 2017 13:11:08 -0700 Subject: [PATCH] Bump NetBox release to 2.1.5 --- README.md | 2 +- defaults/main.yml | 2 +- examples/netbox_config.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dae737..10417fc 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/defaults/main.yml b/defaults/main.yml index 4616622..d625999 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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 diff --git a/examples/netbox_config.yml b/examples/netbox_config.yml index 52d41ab..9cf08ad 100644 --- a/examples/netbox_config.yml +++ b/examples/netbox_config.yml @@ -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