Ensure we're on a version of Netbox with secrets support
*sigh* Guess I gotta set up a vault or something now.
This commit is contained in:
parent
6aef1be67b
commit
360238fdd4
@ -2,7 +2,7 @@
|
|||||||
- name: docker deploy netbox
|
- name: docker deploy netbox
|
||||||
docker_container:
|
docker_container:
|
||||||
name: netbox
|
name: netbox
|
||||||
image: netboxcommunity/netbox:latest
|
image: netboxcommunity/netbox:v2.11
|
||||||
env:
|
env:
|
||||||
SUPERUSER_EMAIL: rehashedsalt@cock.li
|
SUPERUSER_EMAIL: rehashedsalt@cock.li
|
||||||
SUPERUSER_PASSWORD: "{{ secret_netbox_user_pass }}"
|
SUPERUSER_PASSWORD: "{{ secret_netbox_user_pass }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user