mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
13
roles/repo_nginx/tasks/main.yml
Normal file
13
roles/repo_nginx/tasks/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
- 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
|
Reference in New Issue
Block a user