Skip to content

Commit 75047ec

Browse files
committed
Sync with kayobe for 2024.1 release
A few more patches have landed. kayobe commit: 6c6400f7cee845be0e5143036b5baa6e41c56fa3 Change-Id: I47e91198200eda6b7c4d6ebed6a1e5b06b59389b
1 parent 772832e commit 75047ec

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

etc/kayobe/globals.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ os_distribution: "{{ lookup('pipe', '. /etc/os-release && echo $ID') | trim }}"
6464
# to not specify a gather subset.
6565
#kayobe_ansible_setup_gather_subset:
6666

67+
# Global maximum failure percentage. By default this is undefined, which is
68+
# equivalent to a value of 100.
69+
#kayobe_max_fail_percentage:
70+
6771
###############################################################################
6872
# SELinux configuration.
6973

etc/kayobe/logging.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
###############################################################################
3+
# Logging configuration
4+
5+
# Journald storage. One of: volatile, persistent, auto, or none. Defaults to
6+
# `persistent`.
7+
#journald_storage:
8+
9+
###############################################################################
10+
# Dummy variable to allow Ansible to accept this file.
11+
workaround_ansible_issue_8743: yes

0 commit comments

Comments
 (0)