feat: add fedora-43-minimal-template.yml
This commit is contained in:
parent
42d50b6d34
commit
311cf33dbb
1 changed files with 29 additions and 0 deletions
29
fedora-43-minimal-template.yml
Normal file
29
fedora-43-minimal-template.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
- hosts: fedora-43-minimal-template
|
||||
connection: qubes
|
||||
strategy: qubes_proxy
|
||||
tasks:
|
||||
- name: 'Baseline Hardening'
|
||||
ansible.builtin.include_role:
|
||||
name: 'baseline'
|
||||
vars:
|
||||
umask_changes: false
|
||||
manage_network: true
|
||||
allow_ptrace: true
|
||||
use_hardened_malloc: false
|
||||
|
||||
- name: 'Setup arkenfox'
|
||||
ansible.builtin.include_role:
|
||||
name: arkenfox
|
||||
vars: enable_webgl: true
|
||||
|
||||
- name: 'Install various packages'
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
- wireguard-tools
|
||||
- alacritty
|
||||
- neovim
|
||||
- sequoia-sq
|
||||
- opentofu
|
||||
- alacritty
|
||||
- mpv
|
||||
state: 'present'
|
||||
Loading…
Add table
Add a link
Reference in a new issue