Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 390 Bytes

Server Setup

This repo is used to set up our servers.

You'll need authentication tokens for Digital Ocean and DNSimple. Set them in environment variables (DIGITALOCEAN_TOKEN, DNSIMPLE_EMAIL, DNSIMPLE_TOKEN).

To create the servers:

terraform apply web

To update the servers:

ansible-playbook -K -b -i 'ocean1.boochtek.com,' web/main.yml