diff options
author | 2022-02-16 21:42:22 +0100 | |
---|---|---|
committer | 2022-02-20 16:37:46 +0100 | |
commit | 01393ae1041335d3ebea78cb7ded1036bc277a29 (patch) | |
tree | 6bc04409197212412efc30eaa3709eea1e206f39 /README.md | |
parent | Delete projects_automation.yml (diff) |
Add nginx deployment
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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -22,3 +22,13 @@ requirements.txt # Python requirements 1. Install project dependancies: `python -m pip install -r requirements.txt` 1. Install the pre-commit hook: `pre-commit install` 1. Create a `vault_passwords` file and write the vault password to it + + +## Documentation + +Infrastructure-related documentation ("the big picture"), once a sufficient +level of infrastructure is established, can be found in [`docs/`](./docs/). + +Documentation for our Ansible roles can be found in the `README.md` file of +each role, and role defaults (at `roles/myrole/defaults/main.yml`) contain a +commented view on which variables are configurable for the given role. |