This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/hardening_packages/tasks/main.yml

8 lines
181 B
YAML
Raw Normal View History

2026-06-20 15:17:46 -04:00
---
- name: Installer les paquets de hardening
ansible.builtin.apt:
name: "{{ hardening_packages_list }}"
2026-06-20 15:17:46 -04:00
state: present
update_cache: true
cache_valid_time: 3600