You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I moved on to using the 'cities' folder approach, the need for providing dynamic arguments complexified the Makefile.
Also, with the introduction of letsencrypt, the local generation of SSL certificates was cast aside for manually installing & running certbot, though automating this process itself would be nice!
Now, our goal is to streamline the experience so that users with no experience doing sysadmin can deploy a working instance as readily as possible.
Ideally we can reduce it to these steps:
Follow instructions to generate SSH keys
Register a domain and set up DNS, or add a subdomain to an existing domain.
Choose VPS provider and deploy VPS as per our instructions
Install git and clone this repo OR just download github zip
Configure the most simple set of configuration options possible per city
Execute a POSIX (Linux, OSX, W10) compatible bash script that:
installs ansible and other dependencies for your OS
installs ansible roles using ansible-galaxy install command
takes a single argument that is used to point to the specific "city" config file
executes both playbooks
The text was updated successfully, but these errors were encountered:
When I moved on to using the 'cities' folder approach, the need for providing dynamic arguments complexified the Makefile.
Also, with the introduction of letsencrypt, the local generation of SSL certificates was cast aside for manually installing & running certbot, though automating this process itself would be nice!
Now, our goal is to streamline the experience so that users with no experience doing sysadmin can deploy a working instance as readily as possible.
Ideally we can reduce it to these steps:
ansible-galaxy install
commandThe text was updated successfully, but these errors were encountered: