deployment-playbooks/group_vars/netstat.yml.example

18 lines
364 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 }}"
2018-04-24 04:35:18 -07:00
configure_extended_tcp_settings: false
nginx_headers: "off"
PROXY_PORT: "3000"
2018-04-24 07:53:08 -07:00
NETSTATS_SERVER: "http://localhost:3000"
install_debug_tools: "yes"
2018-04-27 05:35:21 -07:00
reboot_after_completion: false