deployment-playbooks/group_vars/explorer.example

14 lines
284 B
Plaintext

access_key: "INSERT KEY HERE"
secret_key: "INSERT SECRET HERE"
awskeypair_name: "keypairname"
vpc_subnet_id: "subnet-ID-number"
username: "explorer"
users:
- name: "{{ username }}"
home: "/home/{{ username }}"
nginx_headers: "off"
PROXY_PORT: "3000"
explorerS_SERVER: "localhost"