Skip to content

Commit 9fb58db

Browse files
committed
Sync with kayobe for 2024.1 release
A few more patches have landed. kayobe commit: 6c6400f7cee845be0e5143036b5baa6e41c56fa3 Change-Id: Ic72818b070e12c23c4b5c90b0a49c87bdcfdcee9
1 parent 23253cf commit 9fb58db

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 @@
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
# Dummy variable to allow Ansible to accept this file.
6973
workaround_ansible_issue_8743: yes

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)