2018-01-10 23:40:01 +01:00
|
|
|
---
|
2018-05-12 00:12:06 +02:00
|
|
|
- name: "(Install: CentOS/RedHat) Add NGINX Repository"
|
2018-01-10 23:40:01 +01:00
|
|
|
yum_repository:
|
|
|
|
name: nginx
|
2018-05-12 00:12:06 +02:00
|
|
|
baseurl: "{{ nginx_repository.redhat }}"
|
2018-01-10 23:40:01 +01:00
|
|
|
description: NGINX Repository
|
|
|
|
enabled: yes
|
|
|
|
gpgcheck: yes
|