mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
10 lines
401 B
YAML
10 lines
401 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
|
|
|
|
repo_pg_client_version: "{{ (ansible_os_family == 'RedHat' and ansible_distribution_major_version is version('8', '<')) | ternary('15','16') }}"
|
|
...
|