ansible-role-nginx/tasks/amplify/setup-redhat.yml

10 lines
355 B
YAML
Raw Normal View History

---
2020-09-19 17:32:17 +02:00
- name: (Amazon Linux/CentOS/RHEL) Add NGINX Amplify agent repository
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/
description: NGINX Amplify Agent
enabled: true
gpgcheck: true
mode: 0644