Merge pull request #10 from nginxinc/(feature)/refactor-rhel-setup
Refactor rhel setup
This commit is contained in:
commit
742a2adba4
@ -1,28 +1,8 @@
|
|||||||
---
|
---
|
||||||
- name: "(Install: CentOS/RedHat/Amazon Linux/Oracle Linux) Gather Distribution Version"
|
|
||||||
set_fact:
|
|
||||||
version: "6"
|
|
||||||
when: ansible_distribution_major_version|int == 6
|
|
||||||
|
|
||||||
- name: "(Install: CentOS/RedHat/Amazon Linux/Oracle Linux) Gather Distribution Version"
|
|
||||||
set_fact:
|
|
||||||
version: "7"
|
|
||||||
when: ansible_distribution_major_version|float >= 7.0 and ansible_distribution_major_version|float <= 7.3
|
|
||||||
|
|
||||||
- name: "(Install: CentOS/RedHat/Amazon Linux/Oracle Linux) Gather Distribution Version"
|
|
||||||
set_fact:
|
|
||||||
version: "7.4"
|
|
||||||
when: ansible_distribution_major_version|float == 7.4
|
|
||||||
|
|
||||||
- name: "(Install: CentOS/RedHat/Amazon Linux/Oracle Linux) Gather Distribution Version"
|
|
||||||
set_fact:
|
|
||||||
version: "amazon"
|
|
||||||
when: ansible_distribution == "Amazon"
|
|
||||||
|
|
||||||
- name: "(Install: CentOS/RedHat/Oracle Linux) Add NGINX Plus Repository"
|
- name: "(Install: CentOS/RedHat/Oracle Linux) Add NGINX Plus Repository"
|
||||||
yum_repository:
|
yum_repository:
|
||||||
name: nginx-plus
|
name: nginx-plus
|
||||||
baseurl: https://plus-pkgs.nginx.com/centos/{{ version }}/$basearch/
|
baseurl: https://plus-pkgs.nginx.com/centos/{{ ansible_distribution_major_version|int }}/$basearch/
|
||||||
description: NGINX Plus Repository
|
description: NGINX Plus Repository
|
||||||
sslclientcert: /etc/ssl/nginx/nginx-repo.crt
|
sslclientcert: /etc/ssl/nginx/nginx-repo.crt
|
||||||
sslclientkey: /etc/ssl/nginx/nginx-repo.key
|
sslclientkey: /etc/ssl/nginx/nginx-repo.key
|
||||||
|
Loading…
Reference in New Issue
Block a user