RHEL/CentOS - Inline with Upstream Stable
This role requires that you have the epel repository installed.
Available variables are listed below, along with default values:
ius_disable_plugin: []
ius_disablerepo: []
ius_enable_plugin: []
ius_enablerepo: []
ius_packages: []
ius_pkg: ius-release
ius_rel: "{{ ansible_distribution_major_version }}"
ius_repository_ius: false
ius_repository_ius_debuginfo: false
ius_repository_ius_source: false
ius_repository_ius_archive: false
ius_repository_ius_archive_debuginfo: false
ius_repository_ius_archive_source: false
ius_repository_ius_dev: false
ius_repository_ius_dev_debuginfo: false
ius_repository_ius_dev_source: false
ius_repository_ius_testing: false
ius_repository_ius_testing_debuginfo: false
ius_repository_ius_testing_source: false
All repositories are disabled by default.
None
- hosts: servers
roles:
- role: linuxhq.ius
ius_repository_ius: true
Copyright (C) 2018 Taylor Kimball [email protected]
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.