diff options
Diffstat (limited to 'roleproxy.sysconfig')
-rw-r--r-- | roleproxy.sysconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roleproxy.sysconfig b/roleproxy.sysconfig new file mode 100644 index 0000000..3805db3 --- /dev/null +++ b/roleproxy.sysconfig @@ -0,0 +1,8 @@ +# Configuration for the Salt NetBox role proxy +# Author: Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net> + +# URL in the format https://netbox.example.com:8080 +NB_HOST= + +# Token with privileges to read virtual machine objects and their salt_roles custom field +NB_TOKEN= |