Skip to content

Commit 5a1d37a

Browse files
committed
add galaxy config
1 parent 6522a86 commit 5a1d37a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

meta/main.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
galaxy_info:
2+
author: mdsketch
3+
role_name: teleport
4+
description: An ansible role to install or update the teleport node service and teleport config on Debian based systems.
5+
6+
license: MIT
7+
8+
min_ansible_version: 2.4
9+
10+
platforms:
11+
- name: Debian
12+
versions:
13+
- all
14+
- name: Ubuntu
15+
versions:
16+
- all
17+
18+
galaxy_tags:
19+
- system
20+
- teleport
21+
- ssh
22+
- cluster
23+
- ubuntu
24+
- arm
25+
- raspberry
26+
- pi
27+
dependencies: []

0 commit comments

Comments
 (0)