deployment-playbooks/group_vars/all.example

79 lines
1.7 KiB
Plaintext

---
ssh_root:
- "{{ lookup('file', 'files/admins.pub') }}"
snmp_syslocation: "USA"
snmp_ipsubnet: "172.16.0.0/16"
nameservers:
- "8.8.8.8"
- "8.8.4.4"
ntpservers:
- ""
access_key: "_INSERT KEY HERE_"
secret_key: "_INSERT SECRET HERE_"
awskeypair_name: "keypairname"
image: "ami-9d04e4e5"
region: "us-west-2"
vpc_subnet_id: "subnet-ID-number"
NODE_FULLNAME: "_INSERT NODENAME_"
NODE_ADMIN_EMAIL: "_INSERT@EMAIL_"
NETSTATS_SERVER: "_INSERT SERVERNAME_"
NETSTATS_SECRET: "_INSERT SECRET_"
MINING_KEYFILE: "_INSERT_"
MINING_ADDRESS: "_INSERT_"
MINING_KEYPASS: "_INSERT_"
MAIN_REPO_FETCH: "oraclesorg"
TEMPLATES_BRANCH: "dev-mainnet"
GENESIS_BRANCH: "master"
OWNER_ADDRESS: "_INSERT_"
OWNER_KEYPASS: "_INSERT_"
OWNER_KEYFILE: "_INSERT_"
SCRIPTS_OWNER_BRANCH: "master"
SCRIPTS_VALIDATOR_BRANCH: "master"
TX_GAS_LIMIT: "6700000"
NODE_PWD: "node.pwd"
NODE_SOURCE_DEB: "https://deb.nodesource.com/node_8.x"
PARITY_BIN_LOC: "https://github.com/oraclesorg/binary-releases/releases/download/1.8.2/parity"
#bootnode
bootnode_instance_type: "t2.large"
bootnode_instance_name: "bootnode"
bootnode_count_instances: "1"
bootnode_security_group: "bootnode-security"
#netstat
netstat_instance_type: "t2.large"
netstat_instance_name: "netstat"
netstat_count_instances: "1"
netstat_security_group: "netstat-security"
#mining
mining_instance_type: "t2.large"
mining_instance_name: "mining"
mining_count_instances: "1"
mining_security_group: "mining-security"
#owner
owner_instance_type: "t2.large"
owner_instance_name: "owner"
owner_count_instances: "1"
owner_security_group: "owner-security"
#explorer
explorer_instance_type: "t2.large"
explorer_instance_name: "explorer"
explorer_count_instances: "1"
explorer_security_group: "explorer-security"