2019-10-12 23:00:25 +08:00
|
|
|
---
|
|
|
|
name: DNSControl Action
|
|
|
|
description: Deploy your DNS configuration to multiple providers
|
|
|
|
author: Koen Rouwhorst <info@koenrouwhorst.nl>
|
|
|
|
branding:
|
|
|
|
icon: cloud
|
|
|
|
color: yellow
|
|
|
|
inputs:
|
2020-05-24 18:41:29 +08:00
|
|
|
args:
|
|
|
|
description: DNSControl command
|
|
|
|
required: true
|
2020-10-27 01:48:09 +08:00
|
|
|
dnscontrol_config_file:
|
|
|
|
description: Path to DNS configuration file.
|
|
|
|
required: false
|
|
|
|
default: '.'
|
|
|
|
dnscontrol_creds_file:
|
|
|
|
description: Path to DNS credentials file.
|
2020-10-22 08:53:08 +08:00
|
|
|
required: false
|
|
|
|
default: '.'
|
2020-06-22 01:46:35 +08:00
|
|
|
outputs:
|
|
|
|
output:
|
|
|
|
description: The output of the dnscontrol command that was executed.
|
2019-10-12 23:00:25 +08:00
|
|
|
runs:
|
|
|
|
using: docker
|
|
|
|
image: 'Dockerfile'
|