You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the role with the following playbook but it keeps failing at task devsec.hardening.os_hardening : Change various sysctl-settings, look at the sysctl-vars file for documentation.
Reproduction steps
- name: Set up my Raspberry Pi.
hosts: rpi_01
become: true
tasks:
- name: Get latest packages
ansible.builtin.apt:
update_cache: true
cache_valid_time: 14400 # 4 hours
- name: Strengthen SSH security
ansible.builtin.include_role:
name: devsec.hardening.ssh_hardening
vars:
network_ipv6_enable: false
- name: Strengthen OS security
ansible.builtin.include_role:
name: devsec.hardening.os_hardening
Description
I am trying to run the role with the following playbook but it keeps failing at task
devsec.hardening.os_hardening : Change various sysctl-settings, look at the sysctl-vars file for documentation
.Reproduction steps
Current Behavior
Expected Behavior
No items should fail.
OS / Environment
Debian GNU/Linux 11 (bullseye)
Raspberry Pi 4 (aarch64)
Ansible Version
Collection Version
Additional information
...
The text was updated successfully, but these errors were encountered: