view modules/apache/tasks/init.json @ 317:2a20a5b7f65a

Swap IPv6 Postfix to "all" protocols to support PROXY Without this the proxied connection sends "PROXY TCPv4" and Postfix rejects it
author IBBoard <dev@ibboard.co.uk>
date Sat, 29 Feb 2020 13:21:01 +0000
parents d9352a684e62
children
line wrap: on
line source

{
  "description": "Allows you to perform apache service functions",
  "input_method": "stdin",
  "parameters": {
    "action": {
      "description": "Action to perform ",
      "type": "Enum[reload]"
    },
    "service_name": {
      "description": "The name of the apache service ",
      "type": "Optional[String[1]]"
    }
  }
}