From 7e99c79637890ac1b7d8d58f73f47d174a2f2bf8 Mon Sep 17 00:00:00 2001 From: CFEngine Build API <> Date: Wed, 17 Apr 2024 21:34:46 +0000 Subject: [PATCH] Set input for module 'allow-hosts' --- allow-hosts/input.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 allow-hosts/input.json 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?" + } +]