deployment-playbooks/hosts.example

40 lines
589 B
Plaintext
Raw Permalink Normal View History

2017-11-12 09:06:57 -08:00
# This is the default ansible 'hosts' file.
#
# It should live in /etc/ansible/hosts
#
# - Comments begin with the '#' character
# - Blank lines are ignored
# - Groups of hosts are delimited by [header] elements
# - You can enter hostnames or ip addresses
# - A hostname/ip can be a member of multiple groups
[bootnode]
node01.example.com
2017-12-11 01:52:15 -08:00
[moc]
node02.example.com
2017-11-12 09:06:57 -08:00
2017-11-28 04:29:39 -08:00
[netstat]
2017-11-12 09:06:57 -08:00
2017-12-11 01:52:15 -08:00
[validator]
node03.example.com
2017-11-12 09:06:57 -08:00
2017-11-29 10:39:49 -08:00
[explorer]
[blockscout]
2017-12-14 00:39:42 -08:00
[poa:children]
2017-11-12 09:06:57 -08:00
bootnode
2017-12-11 01:52:15 -08:00
moc
2017-11-28 04:29:39 -08:00
netstat
2017-12-11 01:52:15 -08:00
validator
2018-06-18 08:25:30 -07:00
explorer
blockscout
[centos]
node03.example.com
[ubuntu]
node01.example.com
node02.example.com