@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
8 lines (7 loc) • 671 B
YAML
epel_repo_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
epel_repo_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
rpmfusion_repo_url: "https://mirrors.rpmfusion.org/free/{{ 'fedora' if ansible_distribution == 'Fedora' else 'el' }}/\
rpmfusion-free-release-{{ ansible_distribution_major_version }}.noarch.rpm"
rpmfusion_repo_gpg_key_url: "https://rpmfusion.org/keys?action=AttachFile&do=get&target=\
RPM-GPG-KEY-rpmfusion-free-{{ 'fedora' if ansible_distribution == 'Fedora' else 'el' }}-{{ ansible_distribution_major_version }}"