Improve SSL handling #25

Merged
lukas merged 8 commits from feat/better-ssl into main 2021-05-14 21:58:12 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit b38a93c681 - Show all commits

View File

@ -13,4 +13,9 @@ homelab.
=== Containers === Containers
* NGINX * NGINX
* Jellyfin * Jellyfin
=== Testing
To run locally, specify the inventory file with `-i hosts`.
To generate self-signed certificates, add `-e "self_signed=true"` to the `ansible-playbook` command.
To temporarily become root and ask for password, pass the `--become -K` parameters.

2
hosts Normal file
View File

@ -0,0 +1,2 @@
[test]
localhost ansible_connection=local