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
|
strategy: qubes_proxy
|
||||||
tasks:
|
tasks:
|
||||||
- name: 'Baseline Hardening'
|
- name: 'Baseline Hardening'
|
||||||
ansible.builtin.include_role:
|
roles:
|
||||||
name: 'baseline'
|
- baseline
|
||||||
vars:
|
- arkenfox
|
||||||
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'
|
- name: 'Install various packages'
|
||||||
ansible.builtin.dnf5:
|
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