Commit Graph

44 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
Francois Andrieu
3a5b83e62b mote: use local memcached 2022-04-03 17:48:42 +00:00
Kevin Fenzi
338a7fe1be value: set sebool to use nfs on value01/mote
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-08-17 12:41:26 -07:00
Patrick Uiterwijk
936e8b261a yum accepted pkg=, package calls it name=
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-09 00:38:26 +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
Chaoyi Zha
3062c816da Add new items to mote category_mappings 2017-07-23 02:45:18 +00:00
Chaoyi Zha
0a0268b89e Update mote name_mappings 2017-07-22 02:55:37 +00:00
Justin W. Flory
3fd214a92c Update name_mappings.json file from repo 2016-07-11 20:56:53 +00:00
Chaoyi Zha
e3bfa80270 add staging Fedora apps URL toggle based on environment 2016-04-09 18:14:43 +00:00
Chaoyi Zha
7ea93e483a Add FZUG to mote 2016-02-08 03:54:32 +00:00
Chaoyi Zha
f2242dd31a Update name mappings 2016-01-31 20:43:40 +00:00
Chaoyi Zha
aba9826291 Update category and name mappings for mote to reflect updated entities 2016-01-15 03:05:00 +00:00
Kevin Fenzi
f0c80375b5 Remove action: in all roles. 2016-01-06 21:58:31 +00:00
Kevin Fenzi
753eaa05cb Fix mote/meetbot to be idempotent here instead of changing everything twice.. 2015-06-23 16:40:24 +00:00
Ralph Bean
48804e3614 Create /usr/share/httpd/.local for mote-updater. 2015-06-22 14:51:54 +00:00
Chaoyi Zha
ea2d9fbd81 Make sure Ansible knows teams is a directory 2015-06-18 19:15:53 +00:00
Chaoyi Zha
5fa314ba36 fix permission bit 2015-06-18 19:14:33 +00:00
Chaoyi Zha
771b0566dc Set teams group to apache as well 2015-06-18 18:12:50 +00:00
Chaoyi Zha
af543e65bf Give apache rw access on teams 2015-06-18 18:09:51 +00:00
Chaoyi Zha
b25b536629 Separate fetch and remote URLs 2015-06-18 14:06:06 +00:00
Ralph Bean
e2b813c932 This should definitely be False. 2015-06-17 17:22:56 +00:00
Ralph Bean
07d00bdb53 Add a handler to mote to rebuild the cache when config filees change. 2015-06-17 17:12:37 +00:00
Ralph Bean
2b43330eb6 Add some name mappings for mote. 2015-06-17 17:09:09 +00:00
Ralph Bean
96ad492a89 Tell mote to grab raw logs/minutes locally, instead of going back outside through the proxies. 2015-06-16 20:38:48 +00:00
Chaoyi Zha
3d7603cbe2 Enable mote-updater service in role 2015-06-15 16:29:15 +00:00
Chaoyi Zha
b6c776093b Add mote and selinux tags to mote role 2015-06-15 16:26:53 +00:00
Chaoyi Zha
9b34faf455 Start mote-updater service to listen on the Fedmsg bus 2015-06-15 16:23:07 +00:00
Chaoyi Zha
a4d6a0d0a7 Move cache file to ensure proper access by mote-updater 2015-06-15 16:19:15 +00:00
Chaoyi Zha
5e18df4179 Add missing configuration var for mote mappings 2015-06-12 23:56:42 +00:00
Chaoyi Zha
4a5cdf3fae Add ansible local name/cat definitions 2015-06-12 19:07:47 +00:00
Chaoyi Zha
7acd932025 Add mapping definitions to mote role 2015-06-12 16:23:28 +00:00
Ralph Bean
d68824b7bd Try mote config in staging. 2015-06-12 14:09:41 +00:00
Ralph Bean
7eb8b0664d Some more updates to the mote config. 2015-06-12 13:58:17 +00:00
Chaoyi Zha
a6763e75cf Rename mote configuration file 2015-06-12 13:52:27 +00:00
Chaoyi Zha
f6f8769666 Don't restart apache each time role is ran 2015-06-12 13:48:21 +00:00
Chaoyi Zha
59924d35a4 Update mote role, removing memcached dependency in favor of JSON store 2015-06-11 23:23:37 +00:00
Chaoyi Zha
a5fb429571 Remove unused tasks 2015-06-10 21:41:58 +00:00
Chaoyi Zha
f5de255fd3 Set up mote webapp role 2015-06-10 00:21:49 +00:00