Skip to content

Install the IUS repository (Inline with Upstream Stable) for RHEL/CentOS.

License

Notifications You must be signed in to change notification settings

deekayen/ansible-role-ius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-ius

CI Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

Install the IUS repository (Inline with Upstream Stable) for RHEL/CentOS. Allow install on hosts without direct internet connection (used http(s) proxy).

Requirements

RHEL/CentOS 7 version

Role Variables

See defaults/main.yml for details

proxy_url: ""
ius_repo_url: "https://repo.ius.io/"
ius_enable: true
ius_enable_testing: false
ius_enable_archive: false

Dependencies

Add next roles to your playbook:

Example Playbook

Ansible Galaxy

$ cat requirements.yml
- src: deekayen.repo_ius
  version: main

$ ansible-galaxy install -r requirements.yml

From fork or this repo

$ cat requirements.yml
- src: git@github.com:deekayen/ansible-role-ius.git
  version: main

$ ansible-galaxy install -r requirements.yml
- hosts: servers
  roles:
    - deekayen.repo_ius

License

MIT

Author Information

Kirill Sevriugin kisevme@gmail.com was the original author but deleted the GitHub repository. David Norman asked for a backup copy and then forked it.