diff --git a/README.md b/README.md index a3b042f..eaf6669 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.2.4 + netbox_stable_version: 2.2.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 dae8089..0f5c392 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.2.4 +netbox_stable_version: 2.2.5 netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz" netbox_git: false