Skip to content

Commit

Permalink
Set input for module 'allow-hosts'
Browse files Browse the repository at this point in the history
  • Loading branch information
CFEngine Build API committed Apr 17, 2024
1 parent 99230ee commit 7e99c79
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions allow-hosts/input.json
Original file line number Diff line number Diff line change
@@ -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?"
}
]

0 comments on commit 7e99c79

Please sign in to comment.