Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:23:32.000Z (4 months ago)
- Last Synced: 2024-10-10T04:06:31.999Z (about 1 month ago)
- Topics: ansible, apache, centos, lamp, php, redhat, remi, repo, rhel, role
- Homepage: https://galaxy.ansible.com/geerlingguy/repo-remi/
- Size: 33.2 KB
- Stars: 36
- Watchers: 7
- 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
[![CI](https://github.com/geerlingguy/ansible-role-repo-remi/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-repo-remi/actions?query=workflow%3ACI)
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/).