mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 21:53:21 +02:00
Update to 2023-07-06 10:00
This commit is contained in:
parent
8471af248b
commit
b50a49955d
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
# Select a branch from https://samba.tranquil.it/centos7/ or https://samba.tranquil.it/centos7/
|
|
||||||
samba_major_version: samba-{{ (ansible_distribution_major_version is version('8','<')) | ternary('4.12.15','4.18.3') }}
|
|
@ -1,17 +1,19 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Remove FWS Extra repository for samba4
|
# Load distribution specific variables
|
||||||
yum_repository:
|
- include_vars: "{{ item }}"
|
||||||
name: fws-extra-samba
|
with_first_found:
|
||||||
description: "Firewall Services Extra"
|
- "{{ role_path }}/vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
|
||||||
state: absent
|
- "{{ role_path }}/vars/{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
|
||||||
|
- "{{ role_path }}/vars/{{ ansible_distribution }}.yml"
|
||||||
|
- "{{ role_path }}/vars/{{ ansible_os_family }}.yml"
|
||||||
tags: repo,samba
|
tags: repo,samba
|
||||||
|
|
||||||
- name: Configure TIS samba repo
|
- name: Configure TIS samba repo
|
||||||
yum_repository:
|
yum_repository:
|
||||||
name: tis-samba
|
name: tis-samba
|
||||||
description: Samba4 repo from TranquiIT
|
description: Samba4 repo from TranquiIT
|
||||||
baseurl: http://samba.tranquil.it/centos$releasever/{{ samba_major_version }}/
|
baseurl: http://samba.tranquil.it/redhat$releasever/samba-{{ samba_major_version }}/
|
||||||
gpgcheck: True
|
gpgcheck: True
|
||||||
gpgkey: https://samba.tranquil.it/RPM-GPG-KEY-TISSAMBA-{{ ansible_distribution_major_version }}
|
gpgkey: https://samba.tranquil.it/RPM-GPG-KEY-TISSAMBA-{{ ansible_distribution_major_version }}
|
||||||
tags: repo,samba
|
tags: repo,samba
|
||||||
|
3
roles/repo_samba4/vars/RedHat-7.yml
Normal file
3
roles/repo_samba4/vars/RedHat-7.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
samba_major_version: 4.18
|
3
roles/repo_samba4/vars/RedHat-8.yml
Normal file
3
roles/repo_samba4/vars/RedHat-8.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
samba_major_version: 4.18
|
3
roles/repo_samba4/vars/RedHat-9.yml
Normal file
3
roles/repo_samba4/vars/RedHat-9.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
samba_major_version: 4.18
|
Loading…
x
Reference in New Issue
Block a user