Files
marko 10141cd792
Ansible Lint / ansible_lint (map[ansible:2.16.* ansible_lint:24.* python:3.12]) (push) Failing after 1m44s
Ansible Lint / ansible_lint (map[ansible:2.20.* ansible_lint:26.* python:3.13]) (push) Failing after 15s
Check for ansible_managed variable use in comments / ansible_managed_var_comment (push) Failing after 5s
Ansible Test / ansible_test (map[ansible:2-14 python:3.9]) (push) Failing after 7s
Ansible Test / ansible_test (map[ansible:2-16 python:3.11]) (push) Failing after 6s
Ansible Test / ansible_test (map[ansible:2-17 python:3.12]) (push) Failing after 6s
Ansible Test / ansible_test (map[ansible:2-18 python:3.12]) (push) Failing after 6s
Ansible Test / ansible_test (map[ansible:2-19 python:3.13]) (push) Failing after 6s
Ansible Test / ansible_test (map[ansible:2-20 python:3.13]) (push) Failing after 6s
Ansible Test / ansible_test (map[ansible:milestone python:3.13]) (push) Failing after 6s
Markdown Lint / markdownlint (push) Successful in 17s
Test / scenario (map[env:container-ansible-core-2-16 image:centos-9-bootc]) (push) Failing after 29s
Test / scenario (map[env:container-ansible-core-2-16 image:centos-9]) (push) Failing after 11s
Test / scenario (map[env:container-ansible-core-2-17 image:centos-10-bootc]) (push) Failing after 10s
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-43-bootc]) (push) Failing after 10s
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-43]) (push) Failing after 10s
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-44-bootc]) (push) Failing after 42s
Test / scenario (map[env:container-ansible-core-2-21 image:fedora-44]) (push) Failing after 46s
Test / scenario (map[env:qemu-ansible-core-2-16 image:centos-9]) (push) Failing after 40s
Test / scenario (map[env:qemu-ansible-core-2-17 image:centos-10]) (push) Failing after 42s
Test / scenario (map[env:qemu-ansible-core-2-18 image:leap-15.6]) (push) Failing after 41s
Test / scenario (map[env:qemu-ansible-core-2-20 image:fedora-43]) (push) Failing after 44s
Test / scenario (map[env:qemu-ansible-core-2-21 image:fedora-44]) (push) Failing after 40s
ShellCheck / shellcheck (push) Failing after 42s
Test converting README.md to README.html / test_converting_readme (push) Failing after 54s
- Add a separate variable that controls uploading existing AIDE database from the controller node during the check phase.
- Fetch AIDE logs from the latest run to the controller node.
2026-07-26 23:58:15 +02:00

40 lines
932 B
YAML

# SPDX-License-Identifier: MIT
---
# Here is the right place to put the role's input variables.
# This file also serves as a documentation for such a variables.
# Path to template file
aide_config_template: null
# Examples of role input variables:
aide_db_fetch_dir: files
# Enable initialization of the database phase
aide_init: false
# Fetch db
aide_fetch_db: false
# Upload db
aide_upload_db: false
# Enable check database phase
aide_check: false
# Enable database update phase
aide_update: false
# Enable periodic check
aide_cron_check: null
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * *
# Set cron check interval
aide_cron_interval: "0 12 * * *"