Add roles/common/vars/main.yml
This commit is contained in:
parent
19688db695
commit
6d0e1f1357
1 changed files with 57 additions and 0 deletions
57
roles/common/vars/main.yml
Normal file
57
roles/common/vars/main.yml
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
### Playbook Configuration Variables
|
||||
# You may modify the following variables to customize the playbook to your
|
||||
# specific needs, however do not remove any variables, they are all required
|
||||
# for the playbook to function.
|
||||
|
||||
## User info
|
||||
username: matt
|
||||
|
||||
## Task Configuration
|
||||
setup_zsh: False
|
||||
|
||||
## Dotfiles
|
||||
## Please make sure to update
|
||||
pull_dotfiles: True
|
||||
|
||||
dotfiles:
|
||||
url: https://git.royfortin.ca/matthieu/stow_dotfiles
|
||||
destination: .dotfiles
|
||||
rcup_flags: -fx README.md
|
||||
|
||||
## Desktop
|
||||
install_kde: True
|
||||
|
||||
## App Preferences
|
||||
## ===========================
|
||||
# Web Browser
|
||||
# Value can be: vivaldi, firefox, brave, or chromium
|
||||
browser: vivaldi
|
||||
|
||||
## When set to True, will install elinks and w3m
|
||||
install_terminal_browsers: True
|
||||
|
||||
## Installs LibreOffice Fresh when True
|
||||
install_office: True
|
||||
|
||||
## Spacevim? You know you need it
|
||||
install_spacevim: True
|
||||
## ===========================
|
||||
|
||||
## Console-based email client
|
||||
install_aerc: True
|
||||
|
||||
## AUR vars
|
||||
## ===========================
|
||||
use_aur: True
|
||||
|
||||
aur:
|
||||
dir: aur
|
||||
packages:
|
||||
- yay
|
||||
- downgrade
|
||||
- zplug
|
||||
- miller
|
||||
- myrepos
|
||||
- ctmg
|
||||
- spiped
|
||||
## ===========================
|
||||
Loading…
Add table
Reference in a new issue