- Creates virtual server(s) with docker
- Creates cloud volume(s) and mount to /srv
- Register server(s) in domain
var.domain
- Creates cloud firewall and apply network policy to server(s)
- Deploy geth in
/srv/ethereum
Geth Official Go implementation of the Ethereum protocol.
- DigitalOcean droplet
- DigitalOcean volume
- DigitalOcean cloud firewall
- Allow SSH from
var.trusted_sources
- Allow tcp to world
- Allow udp to world
- Allow icmp to world