147410ab03
Refactor template variables and configuration scripts
11 lines
345 B
YAML
11 lines
345 B
YAML
---
|
|
- import_tasks: ../conf/setup-status.yml
|
|
|
|
- name: "(Install: All NGINX) Download NGINX Amplify Script"
|
|
get_url:
|
|
url: https://github.com/nginxinc/nginx-amplify-agent/raw/master/packages/install.sh
|
|
dest: /tmp/install.sh
|
|
|
|
- name: "(Install: All NGINX) Install NGINX Amplify"
|
|
shell: API_KEY='{{ amplify_key }}' sh /tmp/install.sh -y
|