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 - 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 }}"