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:
Salt 2021-09-01 19:25:31 -05:00
parent 6aef1be67b
commit 360238fdd4

View File

@ -2,7 +2,7 @@
- name: docker deploy netbox
docker_container:
name: netbox
image: netboxcommunity/netbox:latest
image: netboxcommunity/netbox:v2.11
env:
SUPERUSER_EMAIL: rehashedsalt@cock.li
SUPERUSER_PASSWORD: "{{ secret_netbox_user_pass }}"