This repo sets up an SMB server on a Raspberry Pi running Debian 12
-
Copy the
vars.sample.yml
file tovars.yml
cp vars.sample.yml vars.yml
-
Set your desired variables in
vars.yml
-
Encrypt
vars.yml
using ansible-vaultansible-vault encrypt vars.yml
-
Set the desired IP address and username in
hosts.yml
-
Run the playbook
ansible-playbook main.yml --ask-vault-pass
This project is licensed under the GPL-3.0 license