Commit Graph

25 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
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
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
Kevin Fenzi
bc745fe824 website: try tagging the letsencrypt include_role
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-03-27 13:37:21 -07:00
Nick Bebout
849bcf0514 Create /srv/web 2020-06-19 12:42:56 -05:00
Patrick Uiterwijk
0c7449ea1d Add sslciphers tags
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2019-04-08 21:41:17 +02:00
Rick Elrod
c16f040a40 this dir is needed for robots.txt stuff too
Signed-off-by: Rick Elrod <relrod@redhat.com>
2019-01-29 03:19:48 +00:00
Rick Elrod
62316d11b2 and make the template point to the new ones
Signed-off-by: Rick Elrod <relrod@redhat.com>
2019-01-29 02:00:39 +00:00
Rick Elrod
3c2e614eeb Make actual robots.txt files end with .txt so the mime-type is right since apache Alias will preserve the mime-type of the file it points to
Signed-off-by: Rick Elrod <relrod@redhat.com>
2019-01-29 01:49:44 +00:00
Rick Elrod
77644a5183 Attempt to make crawlers stop scanning stg.fp.o (infra #7514)
Signed-off-by: Rick Elrod <relrod@redhat.com>
2019-01-28 22:43:00 +00:00
Ricky Elrod
5900f6e6c2 First go at letsencrypt automation
Signed-off-by: Ricky Elrod <relrod@redhat.com>
2018-05-17 05:07:56 +00:00
Patrick Uiterwijk
be40a2bd4e Enable h2 for httpd/website
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2018-04-17 23:50:24 +02:00
Ricky Elrod
19ce8c8a05 change name to site_name in our proxy roles....
Signed-off-by: Ricky Elrod <relrod@redhat.com>
2018-04-11 21:53:06 +00:00
Ralph Bean
e4e83fb43b Tag this task. 2017-12-06 20:38:28 +00:00
Patrick Uiterwijk
9245388053 Add securityheades to websites
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-16 21:47:06 +00:00
Patrick Uiterwijk
323dfd93ec Revert "Deploy httpd config to prevent varnish attacks"
This reverts commit ef52ab8e89.
2017-08-02 21:08:29 +00:00
Patrick Uiterwijk
ef52ab8e89 Deploy httpd config to prevent varnish attacks
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-08-02 17:29:00 +00:00
Kevin Fenzi
1effd347df Setup a proxyreload for httpd that looks for the ticketkey. If it's not there, assume the proxy is just being configured and don't reload httpd. 2016-12-01 21:36:07 +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
Patrick Uiterwijk
141cc34862 Remove ip-specific listening
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-03-30 21:47:11 +00:00
Ralph Bean
8320ac0165 Try to complain if ips or cert_name are not specified. 2015-01-19 19:28:33 +00:00
Ralph Bean
5e1d2fc494 Specify setype for robots.txt. 2015-01-06 21:21:31 +00:00
Ralph Bean
4165c45203 Fixing, fixing. 2014-12-07 23:43:38 +00:00
Ralph Bean
00269dc0a8 Working on the proxies-websites.yml playbook. 2014-12-07 23:39:51 +00:00