2018-09-12 23:03:20 +02:00
|
|
|
---
|
2020-09-19 17:32:17 +02:00
|
|
|
- name: (Amazon Linux/CentOS/RHEL) Add NGINX Amplify agent repository
|
2018-09-12 23:03:20 +02:00
|
|
|
yum_repository:
|
|
|
|
name: nginx-amplify
|
2020-09-15 21:27:06 +02:00
|
|
|
baseurl: http://packages.amplify.nginx.com/{{ (ansible_facts['distribution'] == "Amazon") | ternary('amzn/', 'centos/') }}/$releasever/$basearch/
|
2018-09-12 23:03:20 +02:00
|
|
|
description: NGINX Amplify Agent
|
2021-06-02 17:47:44 +02:00
|
|
|
enabled: true
|
|
|
|
gpgcheck: true
|
2020-08-28 10:30:23 +02:00
|
|
|
mode: 0644
|