Sync with kayobe for 2024.1 release

A few more patches have landed.

kayobe commit: 6c6400f7cee845be0e5143036b5baa6e41c56fa3

Change-Id: I47e91198200eda6b7c4d6ebed6a1e5b06b59389b
This commit is contained in:
Will Szumski 2024-06-05 17:08:36 +01:00
parent 772832ed5a
commit 75047ec8c0
2 changed files with 15 additions and 0 deletions

View File

@ -64,6 +64,10 @@ os_distribution: "{{ lookup('pipe', '. /etc/os-release && echo $ID') | trim }}"
# to not specify a gather subset.
#kayobe_ansible_setup_gather_subset:
# Global maximum failure percentage. By default this is undefined, which is
# equivalent to a value of 100.
#kayobe_max_fail_percentage:
###############################################################################
# SELinux configuration.

11
etc/kayobe/logging.yml Normal file
View File

@ -0,0 +1,11 @@
---
###############################################################################
# Logging configuration
# Journald storage. One of: volatile, persistent, auto, or none. Defaults to
# `persistent`.
#journald_storage:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes