Broke tasks out into roles rather than leaving them all in common

This commit is contained in:
Elia Farin
2024-10-30 13:45:57 -05:00
parent ead61b9fdc
commit 5f6cc4ae7b
10 changed files with 116 additions and 44 deletions

View File

@@ -3,44 +3,4 @@
ansible.builtin.dnf:
name: "*"
state: latest
update_cache: yes
- name: Install common programs
ansible.builtin.dnf:
name:
- terminator
- git
- neovim
- ranger
- podman
- htop
- ansible
- nmap
- nmap-ncat
- screen
- chromium
- clementine
- john
- hashcat
- flatpak
- util-linux-user
- curl
- zsh
state: present
- name: Install Steam
ansible.builtin.dnf:
name: steam
state: latest
update_cache: yes
- name: Add flathub source
community.general.flatpak_remote:
name: flathub
flatpakrepo_url: https://flathub.org/repo/flathub.flatpakrepo
state: present
- name: Install Flatpaks
community.general.flatpak:
name: com.discordapp.Discord
state: present
update_cache: yes