Skip to content

Commit 1713f82

Browse files
committed
docs(roles): update readme
1 parent 1834d2c commit 1713f82

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

roles/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ None.
2626
docker_rootless_mode: true
2727
docker_user: "rootless_docker"
2828
roles:
29-
- syaghoubi00.docker
29+
- syaghoubi00.homelab.docker
3030
```
3131
3232
## License

roles/epel/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# EPEL
2+
3+
An Ansible role to install EPEL
4+
5+
## Requirements
6+
7+
1. A distro that is capable of using EPEL (RHEL, CentOS, Alma, Rocky, etc).
8+
2. EL Version 9
9+
10+
## Role Variables
11+
12+
None.
13+
14+
## Dependencies
15+
16+
None.
17+
18+
## Example Playbook
19+
20+
```yaml
21+
- hosts: epel
22+
roles:
23+
- syaghoubi00.homelab.epel
24+
```
25+
26+
## License
27+
28+
GPL-3.0-or-later
29+
30+
## Author Information
31+
32+
Created by Sebastian Yaghoubi

roles/epel/meta/main.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
dependencies: []
2+
galaxy_info:
3+
author: syaghoubi00
4+
description: Installs EPEL
5+
galaxy_tags:
6+
- epel
7+
- dnf
8+
- repo
9+
- linux
10+
license: GPL-3.0-or-later
11+
min_ansible_version: "2.1"
12+
role_name: epel

0 commit comments

Comments
 (0)