mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
18 lines
513 B
YAML
18 lines
513 B
YAML
---
|
|
|
|
- name: Remove FWS Extra repository for samba4
|
|
yum_repository:
|
|
name: fws-extra-samba
|
|
description: "Firewall Services Extra"
|
|
state: absent
|
|
tags: repo,samba
|
|
|
|
- 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-{{ ansible_distribution_major_version }}
|
|
tags: repo,samba
|