diff --git a/allow-hosts/input.json b/allow-hosts/input.json new file mode 100644 index 0000000..db547bb --- /dev/null +++ b/allow-hosts/input.json @@ -0,0 +1,16 @@ +[ + { + "bundle": "def", + "label": "Allowed hosts", + "namespace": "default", + "response": ["192.168.1.0/24"], + "subtype": { + "label": "IP / subnet", + "question": "IP / subnet to allow", + "type": "string" + }, + "type": "list", + "variable": "acl", + "while": "Do you want to specify more IPs / subnets?" + } +]