bilalcaliskan.remi
Remi Ansible Role
This role helps you set up the Remi repository on Redhat-based systems.
Requirements
To use this role, you need the following:
- Python 3.x
- Ansible (minimum version 2.4, recommended version 2.9.16)
To install the recommended version, use pip3:
$ pip3 install "ansible==2.9.16"
Keep in mind that this role needs root access. You can either run it as a global role in your playbook with become: true
, or call the role directly in your playbook.
Role Variables
You can check the default settings in defaults/main.yml. If needed, you can change these settings in vars/main.yml or set them while running the playbook.
Dependencies
This role has no dependencies.
Example Playbook File
- hosts: all
become: true
roles:
- role: bilalcaliskan.remi
vars:
repo_url: http://fr2.rpmfind.net/linux/remi/enterprise/$releasever/remi/$basearch/
public_key_url: https://rpms.remirepo.net/RPM-GPG-KEY-remi
Development
To work on this project, you need the following tools:
- Python 3.x
- Ansible (minimum version 2.4, recommended version 2.9.16)
- pre-commit
- ansible-lint - needed for pre-commit
- Bash shell - required for pre-commit
Once you have all the tools installed, you can set up pre-commit by running:
$ pre-commit install
License
This project is licensed under the Apache License 2.0.
Informazioni sul progetto
Configuration role for Remi repo on Centos/Rhel
Installa
ansible-galaxy install bilalcaliskan.remi
Licenza
apache-2.0
Download
716
Proprietario