mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-22 23:18:07 -03:30
All tests have a mode actually, so changing the default is no big deal (and makes more sense to have `default` as the default
11 lines
198 B
YAML
11 lines
198 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: fedora-39
|
|
|
|
# Kubespray settings
|
|
container_manager: crio
|
|
auto_renew_certificates: true
|
|
|
|
# Test with SELinux in enforcing mode
|
|
preinstall_selinux_state: enforcing
|