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
Clement Verna
8287cfd75a
Remove infinote from ansible
...
Signed-off-by: Clement Verna <cverna@tutanota.com >
2020-04-24 21:34:09 +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
Ralph Bean
a2d16d03ec
Tag this role.
2017-02-15 12:12:23 +00:00
Ralph Bean
668b66570b
Blacklist pagure folders in dist-git to make cache building faster.
2017-02-15 12:10:59 +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
1c6e9a11f4
Another pile of trailing whitespace fixes
2016-08-08 19:42:36 +00:00
Patrick Uiterwijk
1e6d4d5fc4
Use git_content_t for distgit
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2016-07-29 23:30:15 +00:00
Ralph Bean
cc0089049f
Redirect old cgit repo urls to the new namespace.
2016-01-05 21:31:14 +00:00
Kevin Fenzi
d7978f9eec
Fix duplicate entries in cgit due to namespace changes.
2016-01-02 17:25:15 +00:00
Ralph Bean
8d70839c02
A stab at fixing the make-cgit list script.
2015-12-17 16:13:20 +00:00
Pierre-Yves Chibon
3f881b3d22
Check that the directory is a directory
2015-12-17 16:53:26 +01:00
Pierre-Yves Chibon
617beaac5f
Update make-cgit-pkgs-list.sh for namespacing
2015-12-17 16:34:25 +01:00
Kevin Fenzi
1c254ae9a1
Bunch more work on infinoted
2015-10-09 23:07:57 +00:00
Kevin Fenzi
6e1241643c
Add cgit stuff needed for batcave01
2015-09-14 20:46:58 +00:00
Kevin Fenzi
0097fdcda7
Misc people fixes:
...
Set the cgit repos dir to be readable by apache.
Set git context for public_git dirs
Allow cgit to read it's css and such.
2015-06-22 21:59:56 +00:00
Kevin Fenzi
ea90f2cdce
Move this over to /var/www/ since /var/www/git doesn't exist.
2015-06-22 20:53:39 +00:00
Kevin Fenzi
2e0003bf32
Fix wrong command name in nagonce
2015-06-17 15:51:19 +00:00
Kevin Fenzi
16ac719702
Make the cgit role handle people cgit also.
2015-06-17 14:46:39 +00:00
Patrick Uiterwijk
621fdacda2
Fix git type for selinux
2015-03-13 00:43:03 +00:00
Kevin Fenzi
d7130e5337
See if we can make this idempotent
2015-02-16 15:32:48 +00:00
Mathieu Bridon
f86b3e56c7
cgit/make_pkgs_list: We need semanage to be installed
2015-01-27 15:47:16 +01:00
Mathieu Bridon
a7d660bcd0
cgit/make_pkgs_list: Create the needed directory
2015-01-27 15:36:41 +01:00
Mathieu Bridon
8a6719517b
Revert "distgit: Merge in the cgit/make_pkgs_list role"
...
This reverts commit a29f50a19a .
Turns out, Fedora People needs this as well, so it needs to remain
separated.
Sorry for the noise!
2015-01-27 15:33:45 +01:00
Mathieu Bridon
a29f50a19a
distgit: Merge in the cgit/make_pkgs_list role
...
Having it split out was causing trouble, because distgit depends on it,
but it depends on the /srv/git folder being created, which is created
in the distgit role...
Nothing else uses this though, so merging it is the easy way out.
2015-01-27 15:31:17 +01:00
Mathieu Bridon
12dea5d384
cgit/make_pkgs_list: Ensure the repo list file exists
...
The semanage call further down the palybook will fail if the
file isn't there already.
2015-01-27 15:14:54 +01:00
Mathieu Bridon
a212d6626f
cgit/make_pkgs_list: Fix SELinux context
2015-01-27 13:36:15 +01:00
Mathieu Bridon
176c1884e6
cgit/make_pkgs_list: Give the file to apache
2015-01-27 11:42:50 +01:00
Mathieu Bridon
8b45df1def
cgit/make_pkgs_list: Remove useless new lines
...
This had been fixed during the review of the patches, but the unfixed
patch is what got merged.
https://fedorahosted.org/fedora-infrastructure/ticket/4452
2014-09-24 12:26:07 +02:00
Kevin Fenzi
1109cae012
Fix task that was trying to do two things at once.
2014-08-26 19:00:19 +00:00
Mathieu Bridon
7916770b41
Add a new cgit/make_pkgs_list role
...
This will be needed to migrate Dist Git from puppet to ansible.
2014-08-26 18:28:27 +00:00