debug: ansible roles
This commit is contained in:
parent
18fd057f18
commit
326a481499
2 changed files with 4 additions and 13 deletions
|
|
@ -3,19 +3,9 @@
|
|||
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
|
||||
roles:
|
||||
- baseline
|
||||
- arkenfox
|
||||
|
||||
- name: 'Install various packages'
|
||||
ansible.builtin.dnf5:
|
||||
|
|
|
|||
1
roles/arkenfox/defaults/main.yaml
Normal file
1
roles/arkenfox/defaults/main.yaml
Normal file
|
|
@ -0,0 +1 @@
|
|||
enable_webgl: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue