You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
635 B
22 lines
635 B
5 years ago
|
---
|
||
|
|
||
|
- name: Configure FWS Extra repository for samba4
|
||
|
yum_repository:
|
||
|
name: fws-extra-samba
|
||
|
description: "Firewall Services Extra"
|
||
|
baseurl: http://repo.firewall-services.com/centos-extra/$releasever/
|
||
|
gpgcheck: True
|
||
|
gpgkey: http://repo.firewall-services.com/RPM-GPG-KEY
|
||
|
priority: 10
|
||
|
includepkgs:
|
||
|
- sssd*
|
||
|
- libsss*
|
||
|
|
||
|
- name: Configure TIS samba repo
|
||
|
yum_repository:
|
||
|
name: tis-samba
|
||
|
description: Samba4 repo from TranquiIT
|
||
|
baseurl: http://samba.tranquil.it/centos$releasever/{{ samba_major_version }}/
|
||
|
gpgcheck: True
|
||
|
gpgkey: https://samba.tranquil.it/RPM-GPG-KEY-TISSAMBA-7
|