deployment-playbooks/group_vars/netstat.yml.example

13 lines
265 B
Plaintext
Raw Normal View History

2017-12-22 03:26:11 -08:00
NODE_FULLNAME: "INSERT NODENAME"
NODE_ADMIN_EMAIL: "INSERT@EMAIL"
2017-12-22 03:26:11 -08:00
NETSTATS_SECRET: "INSERT SECRET"
username: "netstat"
users:
- name: "{{ username }}"
home: "/home/{{ username }}"
nginx_headers: "off"
PROXY_PORT: "3000"
NETSTATS_SERVER: "http://localhost:3000"