Ansible Role 시스템 환경의 [epel 소스 설정]

Ansible Role: EPEL Repository
EPEL 은 중국 과학기술 대학 을 yum 소스 로 사용 하고 RHEL / CentOS 운영 체제 에서 일한다.
요구 하 다.
이 캐릭터 는 RHEL 및 그 파생 제품 에서 만 실 행 됩 니 다.
테스트 환경
ansible 2.2.1.0 os Centos 6.7 X64
역할 변수
캐릭터 기본 변 수 는 defaults/main.yml 파일 에 있 습 니 다.
epel_source_url: "http://mirrors.ustc.edu.cn"
epel_repo_url: "{{ epel_source_url }}/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
epel_repo_gpg_key_url: "/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
epel_repofile_path: "/etc/yum.repos.d/epel.repo"
epel_testing_repofile_path: "/etc/yum.repos.d/epel-testing.repo"
change_epel: 'True'

의지 하 다
없다
github 주소
https://github.com/kuailemy123/Ansible-roles/tree/master/repo-epel
Example Playbook
- hosts: servers
  roles:
    - repo-epel
- host: servers
  roles:
    - {role: repo-epel, epel_source_url: "https://mirrors.tuna.tsinghua.edu.cn" }

좋은 웹페이지 즐겨찾기