homeserver-iac/roles/dotfiles/defaults/main.yml
2023-08-21 17:19:29 -04:00

8 lines
196 B
YAML

---
# Dotfiles repos (could be localhost if Gitea is installed)
dots_repo: https://git.dogeystamp.com/dogeystamp/dots.git
# deploy dotfiles on these users
dotfile_users:
- "{{ ansible_user }}"