From a0021c4979497f396323dd74300753c9497dfcad Mon Sep 17 00:00:00 2001 From: Alexander Dahl <alex@netz39.de> Date: Wed, 19 Feb 2025 22:01:13 +0100 Subject: [PATCH] :rotating_light: Add more spaces before comment Fixes the following ansible-lint warnings: yaml[comments]: Too few spaces before comment host-unicorn.yml:31 yaml[comments]: Too few spaces before comment host-wittgenstein.yml:143 --- host-unicorn.yml | 14 +++++++------- host-wittgenstein.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/host-unicorn.yml b/host-unicorn.yml index ebe3987..2ccca3a 100644 --- a/host-unicorn.yml +++ b/host-unicorn.yml @@ -22,13 +22,13 @@ # These fixed ports are needed. # https://help.ui.com/hc/en-us/articles/218506997-UniFi-Ports-Used ports: - - "8080:8080/tcp" # Device command/control - - "8443:8443/tcp" # Web interface + API - - "8843:8843/tcp" # HTTPS portal - - "8880:8880/tcp" # HTTP portal - - "3478:3478/udp" # STUN service - - "6789:6789/tcp" # Speed Test (unifi5 only) - - "10001:10001/udp" # Used for device discovery. + - "8080:8080/tcp" # Device command/control + - "8443:8443/tcp" # Web interface + API + - "8843:8843/tcp" # HTTPS portal + - "8880:8880/tcp" # HTTP portal + - "3478:3478/udp" # STUN service + - "6789:6789/tcp" # Speed Test (unifi5 only) + - "10001:10001/udp" # Used for device discovery. volumes: - "{{ data_dir }}/unifi-controller/data:/unifi/data" - "{{ data_dir }}/unifi-controller/log:/unifi/log" diff --git a/host-wittgenstein.yml b/host-wittgenstein.yml index 07539a1..c7a6869 100644 --- a/host-wittgenstein.yml +++ b/host-wittgenstein.yml @@ -140,7 +140,7 @@ detach: yes restart_policy: unless-stopped ports: - - "0.0.0.0:{{ spaceapi_host_port }}:8080" # Must be reached by pottwal + - "0.0.0.0:{{ spaceapi_host_port }}:8080" # Must be reached by pottwal # - "127.0.0.1:{{ spaceapi_host_port }}:8080" env: TZ: "{{ timezone }}"