Skip to content

Commit

Permalink
Update digitalocean references to netbox-community
Browse files Browse the repository at this point in the history
  • Loading branch information
lae committed Apr 8, 2020
1 parent bbc5d25 commit db81283
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ image:https://img.shields.io/travis/{gh-name}/master.svg?style=for-the-badge[Bui
image:https://img.shields.io/badge/role-{role}-blue?style=for-the-badge[Ansible Galaxy Role,link=https://galaxy.ansible.com/{role-author}/{role-name}]
endif::env-github[]

Deploys and configures DigitalOcean's https://github.com/digitalocean/netbox[NetBox].
Deploys and configures https://github.com/netbox-community/netbox[NetBox], an
IP address management (IPAM) and data center infrastructure management (DCIM) tool.

This role will deploy NetBox within its own virtualenv either by release
tarball or via git using uWSGI as the application server.
Expand Down Expand Up @@ -103,7 +104,7 @@ exclusive.
[source,yaml,subs="attributes"]
----
netbox_stable_version: {netbox-version}
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
netbox_stable_uri: "https://github.com/netbox-community/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
----

These can be configured to pin a version (e.g. increment to trigger an upgrade)
Expand All @@ -113,7 +114,7 @@ modify something in a release or are deploying locally behind a firewall.
[source,yaml]
----
netbox_git_version: develop
netbox_git_uri: "https://github.com/digitalocean/netbox.git"
netbox_git_uri: "https://github.com/netbox-community/netbox.git"
----

`netbox_git_version` can be any valid ref within a git repository.
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# defaults file for lae.netbox
netbox_stable: false
netbox_stable_version: 2.7.12
netbox_stable_uri: "https://github.com/digitalocean/netbox/archive/v{{ netbox_stable_version }}.tar.gz"
netbox_stable_uri: "https://github.com/netbox-community/netbox/archive/v{{ netbox_stable_version }}.tar.gz"

netbox_git: false
netbox_git_version: develop
netbox_git_uri: "https://github.com/digitalocean/netbox.git"
netbox_git_uri: "https://github.com/netbox-community/netbox.git"

netbox_install_epel: true

Expand Down

0 comments on commit db81283

Please sign in to comment.