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.

11 lines
354 B

6 years ago
6 years ago
6 years ago
  1. # coming to a low-power ARM board far away from you, any day now
  2. ## deps
  3. ansible, `sshpass`
  4. ```sh
  5. λ ~/git/comfy.lab/inf-aux
  6. » ansible-playbook bootstrap.yml --extra-vars "unprepped=raspberrypi.lab.uncomfortably.online provision_hostname=aux" -i inventory
  7. # ...
  8. » ansible-playbook provision.yml -i inventory --vault-password-file=~/.ansiblevault
  9. ```