diff --git a/README.md b/README.md index 1c60868..2ac7796 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,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.3.3 + netbox_stable_version: 2.3.4 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 94966bb..72f0385 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.3.3 +netbox_stable_version: 2.3.4 netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz" netbox_git: false