Initial commit
This commit is contained in:
parent
46a6f7d3ec
commit
49ba7cd121
40 changed files with 1121 additions and 0 deletions
8
roles/base/tasks/redhat_epel.yml
Normal file
8
roles/base/tasks/redhat_epel.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# file: roles/base/tasks/redhat_epel.yml
|
||||
|
||||
- name: Install EPEL RPM
|
||||
package:
|
||||
name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
|
||||
state: present
|
||||
disable_gpg_check: True
|
Loading…
Add table
Add a link
Reference in a new issue