diff options
Diffstat (limited to 'roles/workstation/defaults/main.yml')
-rw-r--r-- | roles/workstation/defaults/main.yml | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/roles/workstation/defaults/main.yml b/roles/workstation/defaults/main.yml deleted file mode 100644 index 3707288..0000000 --- a/roles/workstation/defaults/main.yml +++ /dev/null @@ -1,61 +0,0 @@ -workstation_user: qwd - -workstation_docker_group: docker - -workstation_hosts_file: /etc/hosts -workstation_hosts_url: http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts - -workstation_yay_repo: https://aur.archlinux.org/yay-bin.git -workstation_yay_dir: /tmp/yay - -workstation_pkgs: [] -workstation_pkgs_common: - - ansible - - ansible-lint - - calcurse - - cmus - - dmenu - - dunst - - entr - - feh - - fzf - - git - - git-crypt - - glances - - gnupg - - go - - gopass - - htop - - httpie - - inotify-tools - - ipmitool - - ipython - - isync - - jq - - lowdown - - lynx - - mpv - - neomutt - - neovim - - newsboat - - nmap - - parallel - - qutebrowser - - rsync - - rtorrent - - rust - - scrot - - syncthing - - terminus-font - - tig - - tor - - tree - - unzip - - vlc - - weechat - - wget - - wkhtmltopdf - - xclip - - zathura - - zip - - zsh |