diff --git a/host_vars/aux.lab.uncomfortably.online/vars.yml b/host_vars/aux.lab.uncomfortably.online/vars.yml new file mode 100644 index 0000000..f1ed43c --- /dev/null +++ b/host_vars/aux.lab.uncomfortably.online/vars.yml @@ -0,0 +1,22 @@ +netbox_pg_password: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 66303538363739656566343635613761653931306635346435383264633230313966323464326239 + 3661376639383866633930393065333336353136663233320a323639363164633833303631333931 + 64356634616563343837393965656331393832366237306139656436666637653534363661326161 + 3434613835343339380a323032336630353162643361366637616562383137623031386631656462 + 34633866636262336665393961313364656435643736616164346262326230383064 +netbox_secret_key: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 35346664643362336338323039326535343866333864313739366237653438323736376537633562 + 3131373533343330663461333832633330373034616563320a383739313535663331306666666462 + 63363239623933326163346537616665313665373765363464633238636262356635616230396362 + 3563633139333336630a613736363730373761353366613531663532396666623862623262353265 + 61313463623430626163383166626466393561636239333762666231343332396439 +netbox_host: netbox.lab.uncomfortably.online +netbox_superuser_email: erin@hecke.rs +netbox_superuser_username: erin +netbox_superuser_password: "{{ lookup('passwordstore', 'infra/{{netbox_superuser_username}}@netbox' + ' create=true length=20') + | password_hash('sha512', 65534 | random(seed=inventory_hostname) | string) }}" + + +unifi_host: unifi.lab.uncomfortably.online \ No newline at end of file