adipriyantobpn.repo-centos
Ansible Rolle: CentOS Repository
Eine Ansible Rolle zur Verwaltung des originalen Yum-Repositories von CentOS
Anforderungen
Diese Rolle benötigt keine speziellen Anforderungen, außer Sudo-Zugriff.
Rollenvariablen
Verfügbare Variablen sind unten aufgelistet, zusammen mit den Standardwerten (siehe defaults/main.yml
):
---
repo_location: indonesien # verfügbare Optionen: international, indonesien, klog, vagrant
centos_base_enabled: ja
centos_updates_enabled: ja
centos_extras_enabled: ja
centos_centosplus_enabled: ja
centos_cr_enabled: nein
centos_fasttrack_enabled: nein
Abhängigkeiten
Keine
Beispiel-Playbook
---
- name: CentOS 7 Server vorbereiten
hosts: centos7
roles:
- role: adipriyantobpn.repo-centos
repo_location: international
centos_base_enabled: ja
centos_updates_enabled: ja
centos_extras_enabled: ja
centos_centosplus_enabled: nein
centos_cr_enabled: nein
centos_fasttrack_enabled: nein
Lizenz
BSD
Autorinformation
Diese Rolle wurde 2017 von Adi Priyanto zu Lernzwecken für die Gemeinschaft erstellt.
Installieren
ansible-galaxy install adipriyantobpn.repo-centos
Lizenz
Unknown
Downloads
89
Besitzer