UBUNTU24-CIS/vars/main.yml

15 lines
409 B
YAML

---
min_ansible_version: 2.12.1
# Set default value for reboot value
change_requires_reboot: false
# The role discovers dynamically (in tasks/main.yml) whether it
# is executed on a container image and sets the variable
# system_is_container the true. Otherwise, the default value
# 'false' is left unchanged.
system_is_container: false
# Used to control warning summary
warn_control_list: ""
warn_count: 0