Add back hosts file, update README
This commit is contained in:
parent
f458dc9229
commit
11a7231f61
@ -13,4 +13,9 @@ homelab.
|
||||
=== Containers
|
||||
|
||||
* 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
2
hosts
Normal file
@ -0,0 +1,2 @@
|
||||
[test]
|
||||
localhost ansible_connection=local
|
Loading…
x
Reference in New Issue
Block a user