parent
3c686d4b81
commit
7d962b462c
@ -0,0 +1,17 @@ |
|||||||
|
--- |
||||||
|
kind: pipeline |
||||||
|
type: ssh |
||||||
|
name: Test |
||||||
|
|
||||||
|
server: |
||||||
|
host: 11.1.1.21 |
||||||
|
user: tox |
||||||
|
ssh_key: |
||||||
|
from_secret: rsa_key |
||||||
|
|
||||||
|
steps: |
||||||
|
- name: Show Environment |
||||||
|
commands: |
||||||
|
- whoami |
||||||
|
- pwd |
||||||
|
- hostname |
Loading…
Reference in new issue