From 11a7231f6160dc612ab86db0d86bc098b12b97cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Fri, 14 May 2021 00:11:05 +0200 Subject: [PATCH] Add back hosts file, update README --- README.adoc | 7 ++++++- hosts | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 hosts diff --git a/README.adoc b/README.adoc index 4314076..1ea0011 100644 --- a/README.adoc +++ b/README.adoc @@ -13,4 +13,9 @@ homelab. === Containers * NGINX -* Jellyfin \ No newline at end of file +* 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. \ No newline at end of file diff --git a/hosts b/hosts new file mode 100644 index 0000000..90c418a --- /dev/null +++ b/hosts @@ -0,0 +1,2 @@ +[test] +localhost ansible_connection=local \ No newline at end of file