deployment-playbooks/hosts.example

24 lines
411 B
Plaintext
Raw 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]
[owner]
2017-11-28 04:29:39 -08:00
[netstat]
2017-11-12 09:06:57 -08:00
[mining]
2017-11-12 09:06:57 -08:00
[oracles:children]
bootnode
owner
2017-11-28 04:29:39 -08:00
netstat
mining