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:
|
tasks:
|
||||||
- name: Kill debug-shell service
|
- name: Kill debug-shell service
|
||||||
ansible.builtin.systemd_service:
|
ansible.builtin.systemd_service:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
- name: Configure Fedora 41 Gnome Template
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Fix GNOME environment variable
|
- name: Fix GNOME environment variable
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
- name: Setup passwordless sudo
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Check that the sudo-dom0-prompt exists
|
- name: Check that the sudo-dom0-prompt exists
|
||||||
stat:
|
stat:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
- name: Install trivalent browser
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Enable hardened_malloc COPR
|
- name: Enable hardened_malloc COPR
|
||||||
shell: 'sudo dnf copr enable secureblue/trivalent -y'
|
shell: 'sudo dnf copr enable secureblue/trivalent -y'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue