All Projects → geerlingguy → Ansible Role Repo Epel

geerlingguy / Ansible Role Repo Epel

Licence: mit
Ansible Role - EPEL Repository for RHEL/CentOS

Projects that are alternatives of or similar to Ansible Role Repo Epel

Ansible Role Security
Ansible Role - Security
Stars: ✭ 398 (+167.11%)
Mutual labels:  redhat, ansible, setup, centos, rhel, role
Ansible Role Apache
Ansible Role - Apache 2.x.
Stars: ✭ 341 (+128.86%)
Mutual labels:  redhat, ansible, setup, centos, rhel, role
Ansible Role Packer rhel
Ansible Role - Packer RHEL/CentOS Configuration for Vagrant VirtualBox
Stars: ✭ 45 (-69.8%)
Mutual labels:  redhat, ansible, centos, rhel, role
Ansible Role Firewall
Ansible Role - iptables Firewall configuration.
Stars: ✭ 343 (+130.2%)
Mutual labels:  ansible, centos, rhel, role
Serverfarmer
Manage multiple servers with different operating systems, configurations, requirements etc. for many separate customers in an outsourcing model.
Stars: ✭ 122 (-18.12%)
Mutual labels:  redhat, ansible, centos, rhel
Ansible Role Docker
Ansible Role - Docker
Stars: ✭ 845 (+467.11%)
Mutual labels:  redhat, ansible, centos, role
ansible-role-daemonize
Ansible Role - Daemonize.
Stars: ✭ 14 (-90.6%)
Mutual labels:  centos, redhat, rhel, role
Docker Centos7 Ansible
CentOS 7 Docker container for Ansible playbook and role testing.
Stars: ✭ 72 (-51.68%)
Mutual labels:  redhat, ansible, centos, rhel
Oracle Java
Ansible role to install Oracle Java 8/11 on Debian and RedHat based distributions.
Stars: ✭ 144 (-3.36%)
Mutual labels:  redhat, ansible, centos
ansible-kafka
Ansible role for installing and configuring Apache Kafka on RedHat and Debian platforms.
Stars: ✭ 56 (-62.42%)
Mutual labels:  centos, redhat, rhel
Ansible Role Postgresql
Ansible Role - PostgreSQL
Stars: ✭ 310 (+108.05%)
Mutual labels:  ansible, setup, role
Ansible Elk
📊 Ansible playbook for setting up an ELK/EFK stack and clients.
Stars: ✭ 284 (+90.6%)
Mutual labels:  ansible, centos, rhel
ganeti-rpm
Ganeti RPM Packaging
Stars: ✭ 23 (-84.56%)
Mutual labels:  centos, redhat, rhel
Ansible Role Nodejs
Ansible Role - Node.js
Stars: ✭ 322 (+116.11%)
Mutual labels:  ansible, setup, role
Bento
Packer templates for building minimal Vagrant baseboxes for multiple platforms
Stars: ✭ 3,779 (+2436.24%)
Mutual labels:  redhat, centos, rhel
Mattermost Ansible
Ansible playbook to provide a turnkey solution for the Team Edition of Mattermost
Stars: ✭ 126 (-15.44%)
Mutual labels:  redhat, ansible, centos
ansible-role-php-versions
Ansible Role - PHP Versions
Stars: ✭ 78 (-47.65%)
Mutual labels:  repository, centos, role
nginx-conf
Nginx configuration
Stars: ✭ 18 (-87.92%)
Mutual labels:  centos, redhat, rhel
Kubeadm Playbook
Fully fledged (HA) Kubernetes Cluster using official kubeadm, ansible and helm. Tested on RHEL/CentOS/Ubuntu with support of http_proxy, dashboard installed, ingress controller, heapster - using official helm charts
Stars: ✭ 533 (+257.72%)
Mutual labels:  ansible, centos, rhel
Ansible Mariadb Galera Cluster
Stars: ✭ 49 (-67.11%)
Mutual labels:  redhat, ansible, centos

Ansible Role: EPEL Repository

CI

Installs the EPEL repository (Extra Packages for Enterprise Linux) for RHEL/CentOS.

Requirements

This role only is needed/runs on RHEL and its derivatives.

Role Variables

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

epel_repo_url: "http://download.fedoraproject.org/pub/epel/{{ ansible_distribution_major_version }}/{{ ansible_userspace_architecture }}{{ '/' if ansible_distribution_major_version < '7' else '/e/' }}epel-release-{{ ansible_distribution_major_version }}-{{ epel_release[ansible_distribution_major_version] }}.noarch.rpm"
epel_repo_gpg_key_url: "/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"

The EPEL repo URL and GPG key URL. Generally, these should not be changed, but if this role is out of date, or if you need a very specific version, these can both be overridden.

epel_repo_disable: false

Set to true to disable the EPEL repo (even if already installed).

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - geerlingguy.repo-epel

License

MIT / BSD

Author Information

This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].