Commit Graph

28 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
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
Ralph Bean
07d00bdb53 Add a handler to mote to rebuild the cache when config filees change. 2015-06-17 17:12:37 +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
4a5cdf3fae Add ansible local name/cat definitions 2015-06-12 19:07:47 +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