mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
8 lines
255 B
YAML
8 lines
255 B
YAML
---
|
|
repo_remi_release_uri: "http://rpms.remirepo.net/enterprise/remi-release-{{ ansible_distribution_major_version }}.rpm"
|
|
repo_postgres: True
|
|
# Only available for CentOS >= 8
|
|
# if True, will switch to the CentOS Stream repo
|
|
repo_centos_stream: False
|
|
...
|