--- # Proměnné pro firewall roli ssh_port: 22 # Dalsi porty co chces povolit (pro servery) allowed_ports: - { port: 80, proto: tcp, comment: "HTTP" } - { port: 443, proto: tcp, comment: "HTTPS" } - { port: "{{ ssh_port }}", proto: tcp, comment: "SSH" }