1
0
Fork 0
forked from infra/ansible
Commit graph

7 commits

Author SHA1 Message Date
709f7a12c4 Add ignore-errors to skip list
This will ignore CI errors in category ignore-errors in ansible-lint as
this is something we don't need to care about.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2026-02-27 08:24:13 +00:00
607fca5767 Ignore no-changed-when errors in ansible-lint
This will add no-changed-when to skip list and doesn't check for these
linting issues.

Fixes https://pagure.io/fedora-infrastructure/issue/12284

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-11-06 14:24:54 +01:00
a0046b5b4b [distgit] Fixing ansible lint errors
This commit is fixing ansible lint errors for distgit role.

It also introduces two new addition to skip list as the structure of our
ansible repository doesn't adhere to ansible standards.

The errors that will be now skipped are:
- role-name[path] - we have plenty of roles that have sub-roles inside
  them and we need to access them
- var-naming[no-role-prefix] - variables for roles are not usually
  prefixed correctly in our repository and forcing people to change that
  will introduce more issues than what it solves
2025-04-30 10:07:35 +00:00
6428f8f772 Sunset github2fedmsg and fedmsg
This commit is removing all the fedmsg related stuff from ansible
repository.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-02-13 10:08:51 +00:00
3883563303 [ipa/server] Disable yamllint checks
We already checking yaml related errors with yamllint.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-11-06 19:25:06 +01:00
22dde8163b unbound: remove and retire unbound servers
These instances served long and well as fallback resolvers for
dnssec-trigger. This is no longer needed or used, so lets remove them.
See https://pagure.io/fedora-infrastructure/issue/11415

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-07-24 14:40:43 -07:00
bc5e3e6f93 [Zuul] Add configuration file for ansible-lint
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2022-05-12 12:41:43 +00:00