Commit Graph

11 Commits

Author SHA1 Message Date
Ryan Lerch
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
Ryan Lerch
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
Ryan Lerch
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
Ryan Lerch
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
Ryan Lerch
a8f85f4bb5 coreos - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:32 +10:00
Ryan Lerch
89f6f1fc32 Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-28 17:31:45 +10:00
Francois Andrieu
e9880dd50e coreos-ci: add SETFCAP capability instead of CAP_SETFCAP in SCC
This is to prevent a Pod Security Violation as CAP_SETFCAP is not allowed
with the baseline policy (but SETFCAP is).
2023-09-12 23:52:20 +02:00
Dusty Mabe
3152c186a1 openshift-apps: fix yamllint on coreos/ostree files 2023-05-19 20:18:16 +00:00
Jonathan Lebon
71ba57ec5d coreos-ci: put coreos-ci-sa in SCC definition
Now that we "own" the SCC more, let's just add the service account name
directly in its definition instead of imperatively adding the user to
it.
2022-03-04 16:58:49 -05:00
Jonathan Lebon
fdc89d848b coreos-ci: rename anyuid-setfcap SCC
SCCs are cluster-scoped, but here we just want an SCC uniquely for use
by the `coreos-ci` project. So prefix the SCC name with that.

This may have been the root of an issue where we had this SCC defined
mulitple times (once here and once in the `fedora-coreos-pipeline` role)
and any users added were lost because it was being redefined.

The one in `fedora-coreos-pipeline` has since been nuked:
https://pagure.io/fedora-infra/ansible/pull-request/989
2022-03-04 16:58:16 -05:00
Dusty Mabe
1bc1c1b193 openshift-apps: add coreos-ci project
CoreOS CI is used for PR testing CoreOS projects.
2022-02-08 20:18:00 +00:00