My Wedding Website Setup Create instance/config.py and override the default variables in config.py Save service-credentials.json for the spreadsheet in instance/ Deploy Add inventories/web file and add the IP address of the server you want to use. Look at inventories/local for reference Create a variables file group_vars/web/private.yml. Add domain_name: <mydomain.com> Run ansible-playbook deploy/site.yml -i deploy/inventories/web --private-key "~/.ssh/id_rsa_digital_ocean"