Commit Graph

17 Commits

Author SHA1 Message Date
Michal Konecny
2ec055db6f Use first uppercase letter for all handlers
This will unify all the handlers to use first uppercase letter for
ansible-lint to stop complaining.

I went through all `notify:` occurrences and fixed them by running
```
set TEXT "text_to_replace"; set REPLACEMENT "replacement_text"; git grep
-rlz "$TEXT" . | xargs -0 sed -i "s/$TEXT/$REPLACEMENT/g"
```

Then I went through all the changes and removed the ones that wasn't
expected to be changed.

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

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-02-10 20:31:49 +00:00
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
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
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
Kevin Fenzi
438375f518 registry / logrotate: replace the rsyslog file, not syslog
We use rsyslog, the syslog file has no effect.
If we overrite rsyslog we get the effect we want (daily logrotate with
xz compression).

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-01-11 11:26:52 -08:00
Kevin Fenzi
15832081f3 docker-distribution: make registry boxes compress gigantic messages files
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-11 12:56:37 -07:00
Patrick Uiterwijk
039b08354a Yum allowed state=installed. Lets use state=present consistently
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 22:31:03 +00:00
Patrick Uiterwijk
d29aeda8b1 Add docker-distribution tag
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-04-12 14:27:43 +00:00
Adam Miller
1d704c3247 update dir var name for docker-distribution
Signed-off-by: Adam Miller <admiller@redhat.com>
2016-04-06 16:45:39 +00:00
Adam Miller
8d529a8f60 update docker-distribution role to handle certs more logically
Signed-off-by: Adam Miller <admiller@redhat.com>
2016-04-06 16:43:02 +00:00
Kevin Fenzi
a1e4e010d3 Try some higher level debug 2016-02-02 23:44:13 +00:00
Kevin Fenzi
f3abf32992 Set some debugging. 2016-02-02 23:27:02 +00:00
Adam Miller
45479752c7 fix whitespace mismatch for templated cert.private_path value in docker-distribution role 2016-02-02 22:32:17 +00:00
Adam Miller
e262b87514 change conditionals from explicit comparison to implicit boolean for docker-registry role 2016-02-02 22:27:15 +00:00
Adam Miller
864e4cbf78 fix typo for cert.dir variable in docker-distribution role 2016-02-02 22:12:47 +00:00
Adam Miller
03b4b85c3f add osbs w/ v2 registry support 2016-01-28 20:31:13 +00:00