https://github.com/geerlingguy/ansible-role-repo-remi
Ansible Role - Remi RPM Repository for RHEL/CentOS
https://github.com/geerlingguy/ansible-role-repo-remi
ansible apache centos lamp php redhat remi repo rhel role
Last synced: 16 days ago
JSON representation
Ansible Role - Remi RPM Repository for RHEL/CentOS
- Host: GitHub
- URL: https://github.com/geerlingguy/ansible-role-repo-remi
- Owner: geerlingguy
- License: mit
- Created: 2014-03-01T03:39:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T03:25:44.000Z (3 months ago)
- Last Synced: 2025-03-31T06:09:00.980Z (23 days ago)
- Topics: ansible, apache, centos, lamp, php, redhat, remi, repo, rhel, role
- Homepage: https://galaxy.ansible.com/geerlingguy/repo-remi/
- Size: 34.2 KB
- Stars: 37
- Watchers: 6
- Forks: 52
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Remi Repository
[](https://github.com/geerlingguy/ansible-role-repo-remi/actions/workflows/ci.yml)
Installs [Remi's RPM repository](http://rpms.famillecollet.com/) for RHEL/CentOS.
## Requirements
On RHEL 8 or newer, you should make sure to install or enable the EPEL repository. I recommend using the `geerlingguy.repo-epel` repository.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
remi_repo_url: "https://rpms.remirepo.net/enterprise/remi-release-{{ ansible_distribution_major_version }}.rpm"
The URL from which the Remi repo `.rpm` will be downloaded and installed.
remi_repo_gpg_key_url: "https://rpms.remirepo.net/enterprise/{{ ansible_distribution_major_version }}/RPM-GPG-KEY-remi"
Remi repo GPG key location. Can be set to a local file or to the URL from Remi's website.
## Dependencies
None.
## Example Playbook
- hosts: servers
roles:
- geerlingguy.repo-remi## License
MIT / BSD
## Author Information
This role was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).