Commit Graph

27 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
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
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
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
Stephen Smoogen
25c395cdc2 tabbing is important 2020-05-20 16:20:58 -04:00
Stephen Smoogen
247c1c761a deploy python3 versions of these but dont expect them to work 2020-05-20 16:14:58 -04:00
Adrian Reber
ca457d0164 geoip-city-wsgi: also install python2-geoip2
Signed-off-by: Adrian Reber <adrian@lisas.de>
2020-04-24 21:34:28 +02:00
Adrian Reber
28fb5871ff geoip-city-wsgi: update geoip-city-wsgi
The geoip-city-wsgi script has been updated upstream to support geoip2
and Python 3. This pulls the update into Fedora infrastructure.

Signed-off-by: Adrian Reber <adrian@lisas.de>
2020-04-24 21:34:28 +02:00
Adrian Reber
c32d715483 Revert "geoip-city-wsgi: update geoip-city-wsgi"
This reverts commit 864fab7b040f999cd6143c1d9f04779c528badbb.

We are missing python-iso3116 in EPEL 7 which is needed by the new
version of geoip-city-wsgi. Reverting until we have another solution.
2020-04-24 21:34:28 +02:00
Adrian Reber
bd45868350 geoip-city-wsgi: update geoip-city-wsgi
The geoip-city-wsgi script has been updated upstream to support geoip2
and Python 3. This pulls the update to Fedora infrastructure.

Signed-off-by: Adrian Reber <adrian@lisas.de>
2020-04-24 21:34:28 +02:00
Patrick Uiterwijk
adcbf72f03 Packageize this, packageize that, packageize the world
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 22:25:52 +00:00
Kevin Fenzi
1523e52a4e stike that. reverse it 2016-12-01 01:32:13 +00:00
Kevin Fenzi
2c072ef430 adjust for geoip changes 2016-12-01 01:29:28 +00:00
Kevin Fenzi
1c6e9a11f4 Another pile of trailing whitespace fixes 2016-08-08 19:42:36 +00:00
Patrick Uiterwijk
08568865fe Replace all restart httpd with reload httpd
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-11-04 23:40:01 +00:00
Kevin Fenzi
b1eea42305 Fix up apache 2.2 vs 2.4 stuff 2015-05-07 18:27:37 +00:00
Patrick Uiterwijk
ce8d1e9b7b Bump maxconns to 5000 and disable keepalive for geoip and mirrorlist 2015-01-27 18:37:51 +00:00
Ralph Bean
e37e2ae9ea moduschownens to match puppet. 2014-12-17 19:40:42 +00:00
Ralph Bean
05134ed154 apache here. 2014-12-17 19:39:54 +00:00
Ralph Bean
b726711fce Try setting up geoip-city-wsgi/proxy. 2014-12-17 19:33:50 +00:00
Ralph Bean
4ad73b617b Move that geoip-city-wsgi role. 2014-12-17 19:30:16 +00:00
Praveen Kumar
4b1e5162d7 Update state from installed/removed to present/absent for yum module as per latest documents -> http://docs.ansible.com/yum_module.html 2014-11-05 15:32:11 +00:00
Kevin Fenzi
6f27363b3f We need python-paste-deploy apparently. 2014-04-22 18:41:11 +00:00
Kevin Fenzi
a7891e476c Add geoip-city-wsgi to sundries servers. Thanks janeznemanic. Ticket 4291 2014-04-22 17:22:44 +00:00