aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nginx (follow)
Commit message (Collapse)AuthorAgeLines
* Move all ansible files to their own folderGravatar Chris Lovering2023-08-13-97/+0
|
* Serve static files from Turing (#116)Gravatar ChrisJL2023-08-12-1/+42
| | | | | | | | | | | | | * Redirect http requests to https * Remove default NGINX site * Remove trailing whitespace from old meeting note * Mount static files * Correct capitalisation of notify directives * Add missing children key to inventory
* Fix ansible-lint errorsGravatar chrislovering2023-07-24-2/+2
|
* Expliticly install geoip nginx moduleGravatar chrislovering2023-07-24-0/+1
| | | | This is no longer included in nginx core in debian 13
* Re-add previous ansible rolesGravatar Chris Lovering2023-07-24-0/+55
| | | | | | | Co-authored-by: Hassan Abouelela <[email protected]> Co-authored-by: Johannes Christ <[email protected]> Co-authored-by: Joe Banks <[email protected]> Co-authored-by: MarkKoz <[email protected]>
* Delete roles we won't use with self-hosted k8sGravatar Chris Lovering2022-10-18-55/+0
|
* Return random URL for default serverGravatar Joe Banks2022-03-15-2/+40
|
* Remove vim modelinesGravatar Joe Banks2022-03-15-5/+1
|
* Capitalise all task names in rolesGravatar Joe Banks2022-03-15-1/+1
| | | | Makes all role names begin with a capital letter in Ansible roles
* Add nginx deploymentGravatar Johannes Christ2022-02-20-0/+21
Includes documented roles for: - installing nginx & configuring handlers - installing the mTLS certificate for Cloudflare - installing firewall rules They are kept separate for now, for composability. Closes #22.