Sync with kayobe for 2024.1 release
A few more patches have landed. kayobe commit: 6c6400f7cee845be0e5143036b5baa6e41c56fa3 Change-Id: I47e91198200eda6b7c4d6ebed6a1e5b06b59389b
This commit is contained in:
parent
772832ed5a
commit
75047ec8c0
@ -64,6 +64,10 @@ os_distribution: "{{ lookup('pipe', '. /etc/os-release && echo $ID') | trim }}"
|
|||||||
# to not specify a gather subset.
|
# to not specify a gather subset.
|
||||||
#kayobe_ansible_setup_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.
|
# SELinux configuration.
|
||||||
|
|
||||||
|
11
etc/kayobe/logging.yml
Normal file
11
etc/kayobe/logging.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user