-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.yml
More file actions
40 lines (39 loc) · 690 Bytes
/
main.yml
File metadata and controls
40 lines (39 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
galaxy_info:
author: Janos Feher
description: Installs k9s Kubernetes tool to /usr/local/bin .
company: Polished Objects Limited
license:
- MIT
min_ansible_version: 2.0
platforms:
- name: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
- name: MacOSX
versions:
- all
- name: Alpine
versions:
- all
- name: Amazon
versions:
- all
- name: Windows
versions:
- all
- name: GenericLinux
versions:
- all
galaxy_tags:
- k8s
- kubernetes
- cloud
role_name: k9s
dependencies: []