/raspi

Primary LanguageJinjaOtherNOASSERTION

Raspberry Pi setup

This repo sets up an SMB server on a Raspberry Pi running Debian 12

Setup instructions

  1. Copy the vars.sample.yml file to vars.yml

    cp vars.sample.yml vars.yml
  2. Set your desired variables in vars.yml

  3. Encrypt vars.yml using ansible-vault

    ansible-vault encrypt vars.yml
  4. Set the desired IP address and username in hosts.yml

  5. Run the playbook

    ansible-playbook main.yml --ask-vault-pass

License

This project is licensed under the GPL-3.0 license