Add inputs to readme (dirty)
Some checks failed
hadolint Dockerfile / build (push) Failing after 3s
shellchecking ansible-docker.sh / build (push) Failing after 2s

This commit is contained in:
L3D 2023-05-11 23:25:02 +02:00
parent 15cee3df48
commit 79b6103985
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -1 +1,27 @@
[![MIT License](.github/license.svg?sanitize=true)](LICENSE)
inputs:
source:
description: |
Which file, files or folders should be transfered?
Enter the filepath.
required: true
destionation:
description: |
Where does the files go?
Destination filepath on webserver.
required: true
host:
description: |
Destination Server.
IP or FQDN please.
required: true
user:
description: |
Destination User
required: true
sshkey:
description: |
SSH Private Key (ED25519)
required: true