crm-store-nginx.yml 239 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 # crm and store nginx - hosts: crm-store-nginx vars_prompt: - name: "upstream_az" prompt: "Choose which az's upstream: [local|gray] " default: 'local' private: no remote_user: root roles: - crm.store.nginx