Role debugging
This commit is contained in:
parent
d19581319e
commit
49952e4195
4 changed files with 288 additions and 292 deletions
|
@ -1,4 +1,3 @@
|
|||
- name: Baseline hardening for all templates
|
||||
tasks:
|
||||
- name: Kill debug-shell service
|
||||
ansible.builtin.systemd_service:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
- name: Configure Fedora 41 Gnome Template
|
||||
tasks:
|
||||
- name: Fix GNOME environment variable
|
||||
ansible.builtin.lineinfile:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
- name: Setup passwordless sudo
|
||||
tasks:
|
||||
- name: Check that the sudo-dom0-prompt exists
|
||||
stat:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
- name: Install trivalent browser
|
||||
tasks:
|
||||
- name: Enable hardened_malloc COPR
|
||||
shell: 'sudo dnf copr enable secureblue/trivalent -y'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue