crm-extstore-nginx.yml 358 Bytes
# crm and extstore nginx

- hosts: crm-store-nginx
  vars_prompt:
    - name: "upstream_az"
      prompt: "Choose which az's upstream: [store_gray_extstore_local|store_local_extstore_local|store_gray_extstore_gray|store_local_extstore_gray] "
      default: 'store_local_extstore_gray'
      private: no
  remote_user: root
  roles:
    - crm.extstore.nginx