Michal Konecny
50eb5e0165
[freemedia] Apply SELinux changes
...
sefcontext doesn't apply changes, just set's the context. Let's apply
them by using restorecon.
2025-07-11 15:02:17 +02:00
Michal Konecny
ac63dc1ed1
[freemedia] Use the correct module name
2025-07-11 14:14:39 +02:00
Michal Konecny
f18b2fbf84
[freemedia] Fix lint errors
...
Let's make the ansible-lint happy.
2025-07-11 14:08:17 +02:00
Michal Konecny
2cea99c83e
[freemedia] Use sefcontext module
...
Instead of command that is setting SELinux context (not applying it)
let's use module that will do that for us.
2025-07-11 13:50:50 +02:00
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
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
462176464b
ansiblelint fixes-- fqcn[action-core] - command to ansible.builtin.command
...
Replaces many references to command: with ansible.builtin.command
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:26:47 +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
Aurélien Bompard
eb8f7f5651
freemedia: update package command to not use items
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2019-06-11 17:56:22 +02: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
Ankur Sinha (Ankur Sinha Gmail)
9e2561cdb2
Update freemedia closed form
2017-03-02 00:08:33 +00:00
Kevin Fenzi
f11c86edcb
set the freemedia form to closed for now
2017-03-02 00:07:20 +00:00
Robert Mayr
fd5fae3b77
drop source code hyperlink on freemedia form
2016-11-30 22:32:33 +00:00
Kevin Fenzi
b1a2d105c9
In ansible 2.2 always_run is depreciated. Switch to check_mode.
2016-11-01 16:29:49 +00:00
Kevin Fenzi
cf4e98451a
update freemedia form for fedora 24
2016-08-23 20:17:51 +00:00
Kevin Fenzi
aa19aaa9e8
Update freemedia form to 23. Ticket 5110
2016-02-15 15:09:40 +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
ccdf8d95f5
Update freemedia form to say Fedora 22. Fixes ticket 4767
2015-05-30 16:50:11 +00:00
Kevin Fenzi
b1eea42305
Fix up apache 2.2 vs 2.4 stuff
2015-05-07 18:27:37 +00:00
Kevin Fenzi
45dfa7ff95
Also ignore errors here as this won't exist the first time it's run.
2015-05-07 17:52:05 +00:00
Kevin Fenzi
ea0a8e0358
Fix sundries for idempotency
2015-01-31 23:49:31 +00:00
Kevin Fenzi
669bf1b4f0
Update freemedia form. ticket 4627
2014-12-18 15:03:37 +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
ffc795c770
Revert "Revert "Use https for fedorapeople URLs and copr-be.cloud.fedoraproject.org""
...
This reverts commit b555731709 .
2014-09-05 18:54:24 +00:00
Till Maas
b555731709
Revert "Use https for fedorapeople URLs and copr-be.cloud.fedoraproject.org"
...
This reverts commit 7fd29c3127 .
2014-08-31 09:54:20 +02:00
Till Maas
7fd29c3127
Use https for fedorapeople URLs and copr-be.cloud.fedoraproject.org
...
- This avoids an redirect from HTTP and HTTPS on fedorapeople and is
more appropriate for e.g. GPG key imports or repo access.
2014-08-30 10:01:15 +02:00
Kevin Fenzi
5e89f8edf2
Tweak selinux contexts for freemedia
2014-05-22 19:28:51 +00:00
Kevin Fenzi
bff07f007a
Also we need to install php
2014-05-22 19:12:43 +00:00
janeznemanic
f2050a69ec
Add freemedia role.
2014-05-22 19:05:42 +00:00