blob: 07f375684e9b6d1436e545df0e85c3c88e2906a8 [file] [log] [blame]
Adam Israela2a2d892017-03-30 21:39:26 -04001##
2# Copyright 2016 Canonical Ltd.
3# All rights reserved.
4#
5# Licensed under the Apache License, Version 2.0 (the "License"); you may
6# not use this file except in compliance with the License. You may obtain
7# a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14# License for the specific language governing permissions and limitations
15# under the License.
16##
17
18options:
19 ssh-hostname:
20 type: string
21 default: ""
22 description: "The hostname or IP address of the machine to"
23 ssh-username:
24 type: string
25 default: ""
26 description: "The username to login as."
27 ssh-password:
28 type: string
29 default: ""
30 description: "The password used to authenticate."
31 ssh-private-key:
32 type: string
33 default: ""
34 description: "The private ssh key to be used to authenticate."