mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
14 lines
353 B
YAML
14 lines
353 B
YAML
---
|
|
|
|
- name: Configure FWS Extra repository for nginx
|
|
yum_repository:
|
|
name: fws-extra-nginx
|
|
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: 50
|
|
includepkgs:
|
|
- nginx*
|
|
tags: repo
|