From 5e5eab69e676f7404ef31e97cfc557c41939ec05 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 11 Sep 2021 15:36:00 -0400 Subject: [PATCH] clarify documentation --- README.md | 3 ++- group_vars/all.sample | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb84ebb..6bdfb05 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Ansible playbook to install nitter ## Requirements - Latest stable version of Ansible (this was tested with Ansible 2.10.7) - A Ubuntu 20.04 LTS server with a public IP -- A (sub)-domain name for Nitter with a valid A record with aforementioned IP +- A (sub)-domain name for Nitter with a valid A/AAAA record with aforementioned +IP ## How To Use diff --git a/group_vars/all.sample b/group_vars/all.sample index abbb2f6..aa1dd08 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -8,7 +8,7 @@ NITTER_DOMAIN: nitter.example.com NITTER_PORT: 8080 # Specify the HMAC Nitter will use -# generate this using pwgen -s 24 1 +# generate this using `pwgen -s 24 1` on the Ansible host NITTER_HMAC: # Specify the ACCOUNT_EMAIL for acme.sh