Closed sarathms closed 5 years ago
I think that is due to the fact that you were running the deployment script (based on what I see in #ooni-bots) with -t explorer
:
sarath@debian runs ./play deploy-explorer.yml -t explorer on top of dirty 0d75a59 (master)
In order for that directly (as well as other necessary files) to exist you need to have first run the letsencrypt role.
Try re-running this with ./play deploy-explorer.yml
and it should work.
As a general rule playbooks should not require special command line arguments to work and you should only be using tags or filters if you are debugging stuff and want to speed up the process.
An exception to this is dom0-bootstrap.yml
which requires a limit on the domain name with the -l
flag.
Deployment fails with
Appears to be because installing
nginx
doesn't create/etc/nginx/sites-available
automatically.