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
|
2021-01-17 01:22:27 +08:00
|
|
|
config_file:
|
2021-01-17 00:41:11 +08:00
|
|
|
description: Path to DNSControl configuration file.
|
2020-10-27 01:48:09 +08:00
|
|
|
required: false
|
2021-01-17 00:41:11 +08:00
|
|
|
default: 'dnsconfig.js'
|
2021-01-17 01:22:27 +08:00
|
|
|
creds_file:
|
2021-01-17 00:41:11 +08:00
|
|
|
description: Path to DNSControl credentials file.
|
2020-10-22 08:53:08 +08:00
|
|
|
required: false
|
2021-01-17 00:41:11 +08:00
|
|
|
default: 'creds.json'
|
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'
|