blob: 16e4e68dab92033d82488b9c65530ba28f8dfe14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
# SPDX-FileCopyrightText: 2021 Ericsson AB and others
#
# SPDX-License-Identifier: Apache-2.0
- hosts: localhost
connection: local
gather_facts: false
become: false
roles:
- role: jump-vm
|