From 75047ec8c03a8da2b568f4f0f36d5e83bd1e988b Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Wed, 5 Jun 2024 17:08:36 +0100 Subject: [PATCH] Sync with kayobe for 2024.1 release A few more patches have landed. kayobe commit: 6c6400f7cee845be0e5143036b5baa6e41c56fa3 Change-Id: I47e91198200eda6b7c4d6ebed6a1e5b06b59389b --- etc/kayobe/globals.yml | 4 ++++ etc/kayobe/logging.yml | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 etc/kayobe/logging.yml diff --git a/etc/kayobe/globals.yml b/etc/kayobe/globals.yml index 477ee22..3e127af 100644 --- a/etc/kayobe/globals.yml +++ b/etc/kayobe/globals.yml @@ -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. diff --git a/etc/kayobe/logging.yml b/etc/kayobe/logging.yml new file mode 100644 index 0000000..46033d2 --- /dev/null +++ b/etc/kayobe/logging.yml @@ -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