Skip to content

geerlingguy/ansible-role-repo-remi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Remi Repository

CI

Installs Remi's RPM repository 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, author of Ansible for DevOps.