Mattia Verga
afaaf68b22
reg-server: stop serving outdated pages
...
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
2025-01-16 21:35:11 +00:00
James Antill
80aa4bbbc2
Initial version of iptables to nftables conversion.
2025-01-16 11:28:24 -05:00
Aurélien Bompard
f6b0cd0d48
Add collectd to the poddlers builder image
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2025-01-16 16:29:23 +01:00
Michal Konecny
809f6c45fd
[release-monitoring] Narrow GitHub scopes
...
We don't need anything else than e-mail and username to login user.
Let's narrow the scopes for GitHub to only user:email.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-01-16 14:33:00 +01:00
Aurélien Bompard
bac0e1e18f
Poddlers: add liveness and readiness monitoring
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2025-01-16 09:43:51 +01:00
Kevin Fenzi
6c38d7b61a
various: fix some more shell variables that were accidentally converted to builtin.shell
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-01-15 17:26:50 -08:00
Kevin Fenzi
1f8751a00c
xinetd: no change in case on xinetd restart
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-01-15 17:17:08 -08:00
Kevin Fenzi
1145fa67a6
rsyncd: fix notifier case
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-01-15 17:16:12 -08:00
Kevin Fenzi
d30b2ecfaa
nagios_client: fix shell call to useradd
...
This is a actual shell var, not a call to the ansible shell plugin.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-01-15 17:08:56 -08:00
Kevin Fenzi
13266214d2
ipa / handlers: Fix call to 'restart sssd' that is now 'Restart sssd'
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-01-15 16:36:11 -08:00
Pavel Raiskup
fda55f0dd9
copr-fe: fix the high-performance pattern for @secureblue
...
https://github.com/fedora-copr/copr/issues/3331
2025-01-15 12:52:05 +01:00
a0cd459d47
Fix some references in tasks dropping .j2
...
When fixing conflicts when merging the PR containing commit 47c68f4
,
some of the .j2 suffuxes i added in tasks were erronounusly dropped.
this fixes those.
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 19:44:59 +10:00
47c68f478d
ansiblelint fixes - fqcn[action-core] - template to ansible.builtin.template
...
Replaces references to template: with ansible.builtin.template
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:30:29 +10:00
3c41882bb0
ansiblelint fixes - fqcn[action-core] - shell to ansible.builtin.shell
...
Replaces references to shell: with ansible.builtin.shell
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:29:10 +10:00
25391e95b7
ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package
...
Replaces many references to package: with ansible.builtin.package
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:28:00 +10:00
462176464b
ansiblelint fixes-- fqcn[action-core] - command to ansible.builtin.command
...
Replaces many references to command: with ansible.builtin.command
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:26:47 +10:00
6a3816dfdc
ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
...
Replaces many references to 'copy' with ansible.builtin.copy
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:43:31 +10:00
62952df107
ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file
...
Replaces many references to file: with ansible.builtin.file
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:41:52 +10:00
Aurélien Bompard
f3517ab537
Escape jinja template chars when necessary
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2025-01-14 17:25:50 +01:00
Aurélien Bompard
4fe5bfd9e5
MirrorManager: add protoc to the builder image
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2025-01-14 17:03:47 +01:00
691adee6ee
Fix name[casing] ansible-lint issues
...
fix 1900 failures of the following case issue:
`name[casing]: All names should start with an uppercase letter.`
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 20:20:07 +10:00
Kevin Fenzi
8fa1e3de8c
robosignatory: autosign f42 mass rebuild tag
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-01-13 15:01:00 -08:00
67d200fa9e
testdays - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:33 +10:00
d8d6ee8809
blockerbugs - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:33 +10:00
ec70f35b93
oraculum - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:33 +10:00
851d07fa55
kanban - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:33 +10:00
5bdfe4b1e5
copr and ipsilon - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:33 +10:00
0a080ac582
bodhi - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
f1847426a4
bugzilla2fedmsg - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
1fe835dc3c
composetracker - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
a8f85f4bb5
coreos - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
16e054eea7
datanommer/datagreppr - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
0caf7aaf2a
discourse2fedmsg - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
d6f358ea79
docsbuilding docstranslation - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
a705edc993
easyfix - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
98152942d0
elections - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
15b98ba8eb
fasjson - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
7f76af5260
fedocal - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
4116c34320
fedora-coreos-pipeline - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
79aba5193f
fedora-ostree-pruner - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
23425ee0b9
fedora-packages-static - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
a6a2e10539
openshift roles - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
abd77cfeb3
flask-oidc-dev - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
1c1f94b24a
flatpak-indexer - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
0263563163
fmn - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
9d21b8fff7
greenwave - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
168f29095a
ipsilon-website - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
334884cfab
kerneltest - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:31 +10:00
067bc69833
languages - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:31 +10:00
4db7fb4ca1
maubot - rename yml templates to .j2
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:31 +10:00