added git, services, role-template-dir, copr

This commit is contained in:
opalvaults
2022-07-18 12:59:28 -07:00
parent 9a49c6a9fa
commit 4c2651c5a9
19 changed files with 395 additions and 69 deletions

Binary file not shown.

24
roles/git/vars/main.yml Normal file
View File

@@ -0,0 +1,24 @@
---
dotfiles_repo: https://codeberg.org/opalvaults/opalfiles.git
dotfiles_dest: ~/opalfiles
cookbook_repo: https://codeberg.org/opalvaults/opalfiles.git
cookbook_dest: ~/projects/sysadmin-cookbook
doom_emacs_repo: https://github.com/doomemacs/doomemacs
doom_emacs_dest: /home/opal/.config/emacs
doom_emacs_install_cmd: /home/opal/.config/emacs/bin/doom -y install
pfetch_repo: https://github.com/dylanaraps/pfetch
pfetch_repo_dest: ~/bin/pfetch
init_users:
opal:
name: opal
uid: 2000
group: opal
groups: wheel
state: present
shell: /usr/bin/zsh
create_home: true