Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 357 Bytes

homeserver

IaC for homeserver on Raspberry Pi

preinstall

  1. brew install ansible
  2. ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/homeserver -C <email>
  3. ssh-copy-id -i ~/.ssh/homeserver <username>@<hostname>[:<port>]
  4. Create file .vault_pass with password for secret.yml vault

run

ansible-playbook run.yml --tags "some_tag"