added package when minimal install

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-04-01 07:59:49 +01:00
parent c1684508f6
commit 36945eb561
No known key found for this signature in database
GPG Key ID: 997FF7FE93AEB5B9
1 changed files with 16 additions and 0 deletions

View File

@ -243,6 +243,22 @@
name: acl name: acl
state: present state: present
- name: "PRELIM | PATCH | Install cron"
when: ubtu24cis_rule_2_4_1_1
tags: always
ansible.builtin.package:
name: cron
state: present
- name: "PRELIM | PATCH | Install UFW"
when:
- ubtu24cis_rule_2_4_1_1
- ubtu24cis_firewall_package == "ufw"
tags: always
ansible.builtin.package:
name: ufw
state: present
## Optional ## Optional
- name: "Optional | PATCH | UFW firewall force to use /etc/sysctl.conf settings" - name: "Optional | PATCH | UFW firewall force to use /etc/sysctl.conf settings"