pporada-gl / ansible-role-repo-remi

Ansible Role - Remi RPM Repository for RHEL/CentOS

Home Page:https://galaxy.ansible.com/geerlingguy/repo-remi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: Remi Repository

Build Status

Installs Remi's RPM repository for RHEL/CentOS.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

remi_repo_url: "http://rpms.famillecollet.com/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: "http://rpms.remirepo.net/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.

About

Ansible Role - Remi RPM Repository for RHEL/CentOS

https://galaxy.ansible.com/geerlingguy/repo-remi/