Commit Graph
31 Commits
Author SHA1 Message Date
marko 7497474653 Merge tag '1.4.0'
Ansible Lint / ansible_lint (map[ansible:2.16.* ansible_lint:24.* python:3.12]) (push) Skipped
Ansible Lint / ansible_lint (map[ansible:2.20.* ansible_lint:26.* python:3.13]) (push) Skipped
Check for ansible_managed variable use in comments / ansible_managed_var_comment (push) Skipped
Ansible Test / ansible_test (map[ansible:2-14 python:3.9]) (push) Skipped
Ansible Test / ansible_test (map[ansible:2-16 python:3.11]) (push) Skipped
Ansible Test / ansible_test (map[ansible:2-17 python:3.12]) (push) Skipped
Ansible Test / ansible_test (map[ansible:2-18 python:3.12]) (push) Skipped
Ansible Test / ansible_test (map[ansible:2-19 python:3.13]) (push) Skipped
Ansible Test / ansible_test (map[ansible:milestone python:3.13]) (push) Skipped
Ansible Test / ansible_test (map[ansible:2-20 python:3.13]) (push) Skipped
Tag, release, and publish role based on CHANGELOG.md push / tag_release_publish (push) Failing after 58s
Markdown Lint / markdownlint (push) Skipped
Test / scenario (map[env:container-ansible-core-2-16 image:centos-9-bootc]) (push) Skipped
Test / scenario (map[env:container-ansible-core-2-16 image:centos-9]) (push) Skipped
Test / scenario (map[env:container-ansible-core-2-17 image:centos-10-bootc]) (push) Skipped
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-43]) (push) Skipped
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-43-bootc]) (push) Skipped
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-44-bootc]) (push) Skipped
Test / scenario (map[env:container-ansible-core-2-21 image:fedora-44]) (push) Skipped
Test / scenario (map[env:qemu-ansible-core-2-16 image:centos-9]) (push) Skipped
Test / scenario (map[env:qemu-ansible-core-2-17 image:centos-10]) (push) Skipped
Test / scenario (map[env:qemu-ansible-core-2-18 image:leap-15.6]) (push) Skipped
Test / scenario (map[env:qemu-ansible-core-2-21 image:fedora-44]) (push) Skipped
Test / scenario (map[env:qemu-ansible-core-2-20 image:fedora-43]) (push) Skipped
ShellCheck / shellcheck (push) Successful in 16s
Test converting README.md to README.html / test_converting_readme (push) Skipped
[1.4.0] - 2026-08-06
--------------------

- feat: Write roles fingerprints to /var/log/sysroles.jsonl [citest_skip] (#100)

- ci: bump actions/setup-python from 6 to 7 (#98)
- ci: ensure dependabot updates do not invoke ci tests [citest_skip] (#99)
2026-08-07 22:51:41 +02:00
83471be571 fix: Update sr_fingerprint task calls to use new structured parameters
The sr_fingerprint module was rewritten to accept structured parameters
(status, role_name, role_path, etc.) instead of a free-form sr_message.
Update the role tasks and tests to match the new module interface.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-08-06 16:11:09 -06:00
marko aadd117d01 Refine AIDE update command error handling based on return codes
Ansible Lint / ansible_lint (map[ansible:2.16.* ansible_lint:24.* python:3.12]) (push) Failing after 45s
Ansible Lint / ansible_lint (map[ansible:2.20.* ansible_lint:26.* python:3.13]) (push) Failing after 49s
Check for ansible_managed variable use in comments / ansible_managed_var_comment (push) Failing after 6s
Ansible Test / ansible_test (map[ansible:2-14 python:3.9]) (push) Failing after 5s
Ansible Test / ansible_test (map[ansible:2-16 python:3.11]) (push) Failing after 5s
Ansible Test / ansible_test (map[ansible:2-17 python:3.12]) (push) Failing after 5s
Ansible Test / ansible_test (map[ansible:2-18 python:3.12]) (push) Failing after 4s
Ansible Test / ansible_test (map[ansible:2-19 python:3.13]) (push) Failing after 5s
Ansible Test / ansible_test (map[ansible:2-20 python:3.13]) (push) Failing after 5s
Ansible Test / ansible_test (map[ansible:milestone python:3.13]) (push) Failing after 4s
Markdown Lint / markdownlint (push) Failing after 40s
Test / scenario (map[env:container-ansible-core-2-16 image:centos-9-bootc]) (push) Failing after 42s
Test / scenario (map[env:container-ansible-core-2-16 image:centos-9]) (push) Failing after 45s
Test / scenario (map[env:container-ansible-core-2-17 image:centos-10-bootc]) (push) Failing after 39s
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-43-bootc]) (push) Failing after 42s
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-43]) (push) Failing after 34s
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-44-bootc]) (push) Failing after 28s
Test / scenario (map[env:container-ansible-core-2-21 image:fedora-44]) (push) Failing after 30s
Test / scenario (map[env:qemu-ansible-core-2-16 image:centos-9]) (push) Failing after 37s
Test / scenario (map[env:qemu-ansible-core-2-17 image:centos-10]) (push) Failing after 31s
Test / scenario (map[env:qemu-ansible-core-2-18 image:leap-15.6]) (push) Failing after 30s
Test / scenario (map[env:qemu-ansible-core-2-20 image:fedora-43]) (push) Failing after 42s
Test / scenario (map[env:qemu-ansible-core-2-21 image:fedora-44]) (push) Failing after 37s
ShellCheck / shellcheck (push) Failing after 50s
Test converting README.md to README.html / test_converting_readme (push) Failing after 41s
2026-07-27 20:32:10 +02:00
marko 823b51fa36 Update AIDE check command to handle exit codes for better error handling
Ansible Lint / ansible_lint (map[ansible:2.16.* ansible_lint:24.* python:3.12]) (push) Failing after 18s
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 6s
Ansible Test / ansible_test (map[ansible:2-14 python:3.9]) (push) Failing after 6s
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 5s
Ansible Test / ansible_test (map[ansible:2-18 python:3.12]) (push) Failing after 5s
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 5s
Ansible Test / ansible_test (map[ansible:milestone python:3.13]) (push) Failing after 5s
Markdown Lint / markdownlint (push) Successful in 14s
Test / scenario (map[env:container-ansible-core-2-16 image:centos-9-bootc]) (push) Failing after 9s
Test / scenario (map[env:container-ansible-core-2-16 image:centos-9]) (push) Failing after 8s
Test / scenario (map[env:container-ansible-core-2-17 image:centos-10-bootc]) (push) Failing after 8s
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-43-bootc]) (push) Failing after 41s
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-43]) (push) Failing after 38s
Test / scenario (map[env:container-ansible-core-2-20 image:fedora-44-bootc]) (push) Failing after 50s
Test / scenario (map[env:container-ansible-core-2-21 image:fedora-44]) (push) Failing after 44s
Test / scenario (map[env:qemu-ansible-core-2-16 image:centos-9]) (push) Failing after 41s
Test / scenario (map[env:qemu-ansible-core-2-17 image:centos-10]) (push) Failing after 33s
Test / scenario (map[env:qemu-ansible-core-2-18 image:leap-15.6]) (push) Failing after 40s
Test / scenario (map[env:qemu-ansible-core-2-20 image:fedora-43]) (push) Failing after 33s
Test / scenario (map[env:qemu-ansible-core-2-21 image:fedora-44]) (push) Failing after 28s
ShellCheck / shellcheck (push) Failing after 39s
Test converting README.md to README.html / test_converting_readme (push) Failing after 42s
2026-07-27 20:06:54 +02:00
marko 10141cd792 - Add a separate variable that controls uploading existing AIDE database from the controller node during the check phase.
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
- Fetch AIDE logs from the latest run to the controller node.
2026-07-26 23:58:15 +02:00
Robert WelchandRichard Megginson df809ebfcd only update and fetch aide database if run mode 2026-07-08 07:16:00 -06:00
Robert WelchandRichard Megginson 2f51a6e523 only check aide integrity if run mode 2026-07-08 07:16:00 -06:00
Robert WelchandRichard Megginson 887e4403a2 only fetch aide database if run mode 2026-07-08 07:16:00 -06:00
Robert WelchandRichard Megginson 4716624228 only init database if run mode 2026-07-08 07:16:00 -06:00
Robert WelchandRichard Megginson 0504d2d5af get aide version in check mode 2026-07-08 07:16:00 -06:00
Robert WelchandRichard Megginson 96cda3f1d4 if check mode, verify packages are installed before continuing
If packages are not installed, commands will fail in check mode.
2026-07-08 07:16:00 -06:00
Rich MegginsonandRichard Megginson 659d89dd69 feat: add role fingerprints to syslog
Feature: Add a fingerprint string to the system log to indicate when the role began
successfully, and when the role finished successfully.  The fingerprint string indicates
the role name, a timestamp, and the platform.

Reason: Users can see when the role was used and if it was used successfully.  This
information from the system log can be collected by log scanners and aggregators
for further analysis.

Result: The role logs fingerprints to the system log.

This also adds a test to check if the fingerprints were written upon a successful
role invocation.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2026-04-22 10:52:25 -06:00
Rich MegginsonandRichard Megginson 189c7a6f85 fix: support new config file options, expose aide_version
Cause: The aide role custom config test is using the old configuration options
on newer EL9 systems which use AIDE version 0.17 and later.

Consequence: The test gives errors like "ERROR: /etc/aide.conf:12: unexpected character"
and the test fails.

Fix: The role will now determine the AIDE version, set the new aide_version variable,
and use this variable to determine the old or new style configuration.

Result: The aide system role can process custom config on all supported AIDE
versions.

See https://github.com/aide/aide/blob/master/ChangeLog#L241

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2025-11-24 09:26:37 -05:00
HVSharma12andRichard Megginson 2a8586898c feat: add Suse support 2025-06-02 10:12:19 -06:00
Rich MegginsonandRichard Megginson e5990bece0 fix: aide --check should not report changed
The task "Check against AIDE reference database" should not report
changed since it does not change anything.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2025-02-11 07:42:23 -07:00
Joerg KastningandRichard Megginson 8ce6fe0da5 Changed ansible_db_template to ansible_config_template
As the template is for the aide.conf(5) file I found
that the variable name 'ansible_config_template' is
a better fit than 'ansible_db_template'.

Signed-off-by: Joerg Kastning <joerg@redhat.com>
2025-02-10 09:33:34 -07:00
Rich MegginsonandRichard Megginson 129feb1ac1 test: add cleanup for cron test; fix formatting
Ensure cron test restores state of crontab after test.
Fix formatting in a few places.
Do not check ansible managed header and fingerprint unless the test
uses a custom template with header and fingerprint.
Use default for gather_facts unless otherwise needed.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2025-01-07 11:31:56 -07:00
Radovan SrokaandSergei Petrosian 2c0be7a450 Use command instead of shell
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2025-01-07 13:06:03 +01:00
Radovan SrokaandSergei Petrosian e9ddf8804c Fix suggestions
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2025-01-07 13:06:03 +01:00
Radovan SrokaandSergei Petrosian 49e267a29b feat: Allow setup aide inside of cron job
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2025-01-07 13:06:03 +01:00
Radovan SrokaandSergei Petrosian 19d326275e Fix whens on one line
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2024-11-12 11:15:10 +01:00
Radovan SrokaandSergei Petrosian 75f11dfe94 Remove aide_install phase and do it uncoditionally
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2024-11-12 11:15:10 +01:00
Radovan SrokaandSergei Petrosian c4e5a2d8f0 Fix other suggestions
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2024-11-12 11:15:10 +01:00
Radovan SrokaandSergei Petrosian a1b37cd6c7 Fix review items and enable rhel8
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2024-11-12 11:15:10 +01:00
Radovan SrokaandSergei Petrosian f11746b2d3 Added custom template functionality
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2024-11-12 11:15:10 +01:00
Radovan SrokaandSergei Petrosian 2b5660d4ce Splited init and fetch
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2024-11-12 11:15:10 +01:00
Radovan SrokaandSergei Petrosian 7826ac05c6 Switch from using tags to variables
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2024-11-12 11:15:10 +01:00
Radovan SrokaandSergei Petrosian 82cb4bbf35 Fix suggestions
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2024-11-12 11:15:10 +01:00
Radovan SrokaandSergei Petrosian b84e29c40e feat: Import code for role
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
2024-11-12 11:15:10 +01:00
Rich MegginsonandRichard Megginson 1b526b93ea refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible
We have a lot of requests to support Rocky and Alma in various system roles. The
first part of adding support is adding `vars/` files for these platforms. In
almost every case, for a given major version N, the vars file RedHat_N.yml can
be used for CentOS, Rocky, and Alma.  Rather than making a copy of the
RedHat_N.yml file, just use a symlink to reduce size and maintenance burden, and
standardize this across all system roles for consistency.

NOTE: There is no Alma or Rocky version 7 or less.

NOTE: OracleLinux is not a strict clone, so we are not going to do this for
OracleLinux at this time.  Support for OracleLinux will need to be done in
separate PRs. For more information, see
https://github.com/linux-system-roles/cockpit/issues/130

**Question**: Why not just use `ansible_facts["os_family"] == "RedHat"`?

**Answer**:  This is what Ansible uses as the RedHat os_family:
https://github.com/ansible/ansible/blob/1e6ffc1d02559a26def6c9c3b07baf27032865a2/lib/ansible/module_utils/facts/system/distribution.py#L511
There are a lot of distributions in there. I know that Fedora is not a clone of
RHEL, but it is very closely related. Most of the others are not clones, and it
would generally not work to replace ansible_distribution in ['CentOS', 'Fedora',
'RedHat'] with ansible_facts['os_family'] == 'RedHat' (but it would probably
work in specific cases with specific distributions).  For example, OracleLinux
is in there, and we know that doesn't generally work.  The only ones we can be
pretty sure about are `RedHat`, `CentOS`, `Fedora`, `AlmaLinux`, and `Rocky`.

**Question**: Does my role really need this because it should already work on
RHEL clones?

**Answer**: Maybe not - but:

* it doesn't hurt anything
* it's there if we need it in the future
* the role will be inconsistent with the other system roles if we don't have this

**Question**: Why do I need the `tests/vars/rh_distros_vars.yml` file?  Doesn't
the test load the vars from the role?

**Answer**: No, the test does not load the vars from the role until the role is
included, and many tests use version and distribution before including the role.

**Question**: Do we need to change the code now to use the new variables?

**Answer**: No, not now, in subsequent PRs, hopefully by Alma and Rocky users.

Note that there may be more work to be done to the role to fully support Rocky
and Alma.  Many roles have conditionals like this:

```yaml
some_var: "{{ 'some value' if ansible_distribution in ['CentOS', 'RedHat'] else 'other value' }}"
another_var: "{{ 'some value' if ansible_distribution in ['CentOS', 'Fedora', 'RedHat'] else 'other value' }}"

...

- name: Do something
  when: ansible_distribution in ['CentOS', 'RedHat']
  ...
- name: Do something else
  when: ansible_distribution in ['CentOS', 'Fedora', 'RedHat']
  ...
```

Adding Rocky and AlmaLinux to these conditionals will have to be done
separately. In order to simplify the task, some new variables are being
introduced:

```yaml
__$rolename_rh_distros:
  - AlmaLinux
  - CentOS
  - RedHat
  - Rocky

__$rolename_rh_distros_fedora: "{{ __$rolename_rh_distros + ['Fedora'] }}"

__$rolename_is_rh_distro: "{{ ansible_distribution in __$rolename_rh_distros }}"
__$rolename_is_rh_distro_fedora: "{{ ansible_distribution in __$rolename_rh_distros_fedora }}"
```

Then the conditionals can be rewritten as:

```yaml
some_var: "{{ 'some value' if __$rolename_is_rh_distro else 'other value' }}"
another_var: "{{ 'some value' if __$rolename_is_rh_distro_fedora else 'other value' }}"

...

- name: Do something
  when: __$rolename_is_rh_distro | bool
  ...
- name: Do something else
  when: __$rolename_is_rh_distro_fedora | bool
  ...
```

For tests - tests that use such conditionals will need to use `vars_files` or
`include_vars` to load the variables that are defined in
`tests/vars/rh_distros_vars.yml`:

```yaml
vars_files:
  - vars/rh_distros_vars.yml
```

We don't currently have CI testing for Rocky or Alma, so someone wanting to run
tests on those platforms would need to change the test code to use these.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2024-10-25 14:08:09 -06:00
Richard MegginsonandGitHub e898442752 Initial commit 2024-10-22 10:07:09 -06:00