fix: minor changes to dev template

This commit is contained in:
mustard 2025-09-16 02:02:27 +02:00
parent ba6531f124
commit 853bbaa6a5
2 changed files with 18 additions and 5 deletions

View file

@ -1,3 +1,18 @@
# Ansible playbooks
Intended to make homelab management easier.
Git clone this repo to the Fedora 42 GNOME template.
Ensure prequisite packages are installed:
```
sudo dnf install ansible
```
Execute the playbook:
```
sudo ansible-playbook fedora-42-gnome.yaml
```

View file

@ -25,17 +25,15 @@
vars:
enable_webgl: false
- name: 'Install wireguard-tools and neovim'
- name: 'Install wireguard-tools and neovim and gdb and podman'
ansible.builtin.dnf5:
name:
- wireguard-tools
- neovim
- gdb
- podman
state: 'present'
- name: 'Install devtools'
ansible.builtin.include_role:
name: devtools
- name: 'Handle SUID binaries'
ansible.builtin.script:
cmd: ./remove_suid.sh