#!/bin/bash -ex cd ~/screenly/ansible sudo -E ansible-playbook -t enable-ssl site.yml set +x echo "You should be all set. You should be able to access Anthias' management interface at https://" echo "NOTE: If you have the firewall enabled, make sure to open it up for HTTPS (port 443)." echo "Assuming you're running UFW, the command is:" echo "sudo ufw allow 443/tcp"