#
# Connection information so Ansible can access the app and monitor servers.
# Defaults are from the documentation, adjust to your configuration.
#
# NOTE: after the install is complete, you can re-provision with Ansible but you will need to:
# 1. Set up HidServAuth in your torrc with the values from app-ssh-aths and mon-ssh-aths
# 2. Replace the IP addresses here with the corresponding .onion addresses
#
app ansible_host=10.20.1.2 ansible_port=22
mon ansible_host=10.20.2.2 ansible_port=22
