mirror of
https://github.com/Screenly/Anthias.git
synced 2025-12-23 22:38:05 -05:00
12 lines
381 B
Bash
Executable File
12 lines
381 B
Bash
Executable File
#!/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://<your IP>"
|
|
|
|
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"
|