Initial commit
This commit is contained in:
67
group_vars/all/software.yml
Normal file
67
group_vars/all/software.yml
Normal file
@@ -0,0 +1,67 @@
|
||||
---
|
||||
dnf_add_repositories:
|
||||
- name: zsh-completions
|
||||
description: zsh-completions from openSUSE
|
||||
baseurl: https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Fedora_Rawhide/
|
||||
gpgkey: https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Fedora_Rawhide/repodata/repomd.xml.key
|
||||
- name: code
|
||||
description: Visual Studio Code
|
||||
baseurl: https://packages.microsoft.com/yumrepos/vscode
|
||||
gpgkey: https://packages.microsoft.com/keys/microsoft.asc
|
||||
|
||||
dnf_remove:
|
||||
- abrt
|
||||
- rhythmbox
|
||||
- gnome-software
|
||||
- open-vm-tools-desktop
|
||||
- orca
|
||||
- anaconda-live
|
||||
- gnome-initial-setup
|
||||
|
||||
dnf_install:
|
||||
- rpmfusion-free-release
|
||||
- zsh
|
||||
- zsh-completions
|
||||
- ShellCheck
|
||||
- btrbk
|
||||
- btrfsmaintenance
|
||||
- vim
|
||||
- htop
|
||||
- remmina
|
||||
- calibre
|
||||
- pinta
|
||||
- toolbox
|
||||
- code
|
||||
- gnome-tweaks
|
||||
- wl-clipboard
|
||||
- syncthing
|
||||
- profile-sync-daemon
|
||||
- python3-virtualenv
|
||||
- python3-virtualenvwrapper
|
||||
- nautilus-python
|
||||
- gettext
|
||||
- setroubleshoot
|
||||
- cargo
|
||||
- flatpak
|
||||
- snapd
|
||||
- tailscale
|
||||
- dnf5-plugin-automatic
|
||||
|
||||
# Cargo packages to install
|
||||
cargo_packages:
|
||||
- aichat
|
||||
|
||||
# Git repositories to clone
|
||||
git_repos:
|
||||
- repo: https://git.bryanroessler.com/bryan/installJRMC.git
|
||||
dest: "{{ ansible_facts['env']['HOME'] }}/.local/bin/installJRMC"
|
||||
version: dev
|
||||
- repo: https://git.bryanroessler.com/bryan/openwrtbuilder.git
|
||||
dest: "{{ ansible_facts['env']['HOME'] }}/.local/bin/openwrtbuilder"
|
||||
version: dev
|
||||
# - repo: https://git.bryanroessler.com/bryan/deployer.git
|
||||
# dest: "{{ ansible_facts['env']['HOME'] }}/.local/bin/deployer"
|
||||
# version: dev
|
||||
# - repo: https://git.bryanroessler.com/bryan/deploy.git
|
||||
# dest: "{{ ansible_facts['env']['HOME'] }}/.local/bin/deploy"
|
||||
# version: dev
|
||||
Reference in New Issue
Block a user