diff options
| author | spmfox <spmfox@foxwd.com> | 2024-08-29 15:33:54 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-08-29 15:33:54 -0400 |
| commit | 31bc4f2c269ce5c66cec4dfbd9a2ce7697d1dba0 (patch) | |
| tree | c9da4e957715e1d5e4a8f11b055f2c3ae2652159 /roles/host/defaults | |
| parent | 2453f089caff5963f0848321a4443990f6077298 (diff) | |
updating unprivileged-ports logic, updating containers variables, adding variable for the unprivileged-ports
Diffstat (limited to 'roles/host/defaults')
| -rw-r--r-- | roles/host/defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/host/defaults/main.yml b/roles/host/defaults/main.yml index c393dc8..14d2253 100644 --- a/roles/host/defaults/main.yml +++ b/roles/host/defaults/main.yml @@ -7,3 +7,4 @@ host_shell_login_helper: | echo "" host_containers_user: "containers" +host_unprivileged_ports_start: 80 |
