Skip to content

Commit e11ed1e

Browse files
committed
Bump NetBox release to 2.2.1 (yay, virtualization!)
1 parent ba93115 commit e11ed1e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ This role does not setup a PostgreSQL server (but will create a database if
4242
needed), so you'll need to setup a PostgreSQL server and create a database user
4343
separate from this role. Take a look at the *Example Playbook* section.
4444

45+
Please note that as of v2.2, NetBox requires PostgreSQL 9.4 or higher.
46+
4547
Role Variables
4648
--------------
4749

@@ -56,7 +58,7 @@ tells the role to deploy by extracting tarball releases from GitHub, while
5658
`netbox_git` tells the role to clone a NetBox git repository - they're mutually
5759
exclusive.
5860

59-
netbox_stable_version: 2.1.5
61+
netbox_stable_version: 2.2.1
6062
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
6163

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

77
netbox_git: false

0 commit comments

Comments
 (0)