added git, services, role-template-dir, copr
This commit is contained in:
24
roles/git/vars/main.yml
Normal file
24
roles/git/vars/main.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user