ansible-role-nginx/tasks/amplify/install-amplify.yml
Alessandro Fael Garcia 147410ab03 Refactor templates
Refactor template variables and configuration scripts
2018-02-20 12:28:14 -08:00

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