auxiliary infrastructure [PXE, netbox, ubnt controller]. probably on a pi or something
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.3 KiB

  1. netbox_pg_password: !vault |
  2. $ANSIBLE_VAULT;1.1;AES256
  3. 66303538363739656566343635613761653931306635346435383264633230313966323464326239
  4. 3661376639383866633930393065333336353136663233320a323639363164633833303631333931
  5. 64356634616563343837393965656331393832366237306139656436666637653534363661326161
  6. 3434613835343339380a323032336630353162643361366637616562383137623031386631656462
  7. 34633866636262336665393961313364656435643736616164346262326230383064
  8. netbox_secret_key: !vault |
  9. $ANSIBLE_VAULT;1.1;AES256
  10. 35346664643362336338323039326535343866333864313739366237653438323736376537633562
  11. 3131373533343330663461333832633330373034616563320a383739313535663331306666666462
  12. 63363239623933326163346537616665313665373765363464633238636262356635616230396362
  13. 3563633139333336630a613736363730373761353366613531663532396666623862623262353265
  14. 61313463623430626163383166626466393561636239333762666231343332396439
  15. netbox_host: netbox.lab.uncomfortably.online
  16. netbox_superuser_email: erin@hecke.rs
  17. netbox_superuser_username: erin
  18. netbox_superuser_password: "{{ lookup('passwordstore', 'infra/{{netbox_superuser_username}}@netbox' + ' create=true length=20')
  19. | password_hash('sha512', 65534 | random(seed=inventory_hostname) | string) }}"
  20. unifi_host: unifi.lab.uncomfortably.online