Files
test/vars/Fedora-42-default.yml
T
jmrothst 1c15a25444 Initial Version
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-05-09 16:18:30 -04:00

19 lines
786 B
YAML

---
# vars file for ensure_gitea
package_list:
- name: 'gitea'
state: 'present'
service_list:
- name: 'httpd.service'
state: 'started'
enabled: 'yes'
yum_repository_list:
- name: 'gitea-fedorapackages-fedora-{{ ansible_facts.distribution_major_version}}-{{ ansible_facts.distribution_architecture }}'
baseurl: 'https://git.fdragon.com/api/packages/FedoraPackages/rpm/fedora/{{ ansible_facts.distribution_major_version }}/{{ ansible_facts.distribution_architecture }}'
description: 'FedoraPackages - Fire Dragon GIT Repository - fedora - {{ ansible_facts.distribution_major_version }} - {{ ansible_facts.distribution_architecture }}'
enabled: true
gpgcheck: true
gpgkey: 'https://git.fdragon.com/api/packages/FedoraPackages/rpm/repository.key'
...