You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
424 B
YAML
16 lines
424 B
YAML
---
|
|
server_hcloud_firewall_objects:
|
|
- name: "customer-access-to-{{ inventory_hostname }}"
|
|
state: present
|
|
rules:
|
|
- direction: in
|
|
protocol: tcp
|
|
port: "443"
|
|
source_ips: "{{ additional_ip_adresses_vault }}"
|
|
destination_ips: []
|
|
description: customer specific access to https services
|
|
apply_to:
|
|
- type: server
|
|
server:
|
|
id: "{{ stage_server_id }}"
|