You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploys and configures https://github.com/netbox-community/netbox[NetBox], an IP address management (IPAM) and data center infrastructure management (DCIM) tool.
20
17
21
18
This role will deploy NetBox within its own virtualenv either by release tarball or via git using uWSGI as the application server.
@@ -30,13 +27,23 @@ The main differences are:
30
27
* Hardens the NetBox/uWSGI service (see `templates/netbox.service.j2`)
31
28
* Will hot reload on upgrades and configuration changes
32
29
30
+
To install this role, add the following to your `requirements.yml`:
31
+
32
+
[source,yaml,subs="attributes"]
33
+
----
34
+
---
35
+
- name: {role}
36
+
src: https://github.com/{gh-name}.git
37
+
version: v{role-version}
38
+
----
39
+
33
40
== Quickstart
34
41
35
42
Provided you have Ansible installed and are using defaults:
0 commit comments