From 0445fed560e6fff60fed80a5c15b38874524ec06 Mon Sep 17 00:00:00 2001 From: spmfox Date: Thu, 29 Aug 2024 16:03:45 -0400 Subject: making naming more consistant --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3315826..6e1e16d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Provide your own inventory and/or variables to override this. ## Tags - `host.yml`: - - `unprivileged-ports` - configures host to allow port `80` and above to be used by unprivileged accounts + - `unprivileged-port` - configures host to allow unprivileged accounts to use privileged ports, defaults to `80` - `cpanel-dnsonly` - changes only needed when running on a dnsonly cPanel instance, check `roles/host/tasks/cpanel-dnsonly.yml` for details - `containers.yml`: - `create` - create quadlet files -- cgit