-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be8f74c
commit 499a7e6
Showing
4 changed files
with
93 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[testnet_host_1] | ||
testnet_axelar ansible_host=10.0.0.1 type=test prepare=false | ||
testnet_comdex ansible_host=10.0.0.1 type=test prepare=false | ||
|
||
[testnet_host_1] | ||
testnet_chihuahua ansible_host=10.0.0.2 type=test prepare=false | ||
testnet_cerberus ansible_host=10.0.0.2 type=test prepare=false | ||
|
||
[all:vars] | ||
ansible_user=ubuntu | ||
ansible_port=22 | ||
ansible_ssh_private_key_file="~/.ssh/id_rsa" | ||
var_file="group_vars/testnets/{{ target }}.yml" | ||
user_dir="/home/{{ansible_user}}" | ||
path="/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/local/go/bin:{{ user_dir }}/go/bin" | ||
node_exporter=true | ||
promtail=true | ||
log_monitor=http://10.0.0.100:3100 | ||
node_name="BRAND-{{ network }}-{{ type }}" | ||
log_name="PREFIX_{{ network }}_{{ type }}" |