Files
a13labs.infra/ansible/roles/cis/molecule/default/converge.yml
T

9 lines
170 B
YAML
Raw Normal View History

2024-09-24 15:19:51 +02:00
---
- name: Converge
hosts: all
any_errors_fatal: true
tasks:
- name: "Include cis_hardening"
ansible.builtin.include_role:
name: "cis_hardening"