Skip to content

Commit

Permalink
change and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Mar 5, 2024
1 parent e2eb9ab commit 9dfd15c
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 71 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Ansible collection that holds roles, that can be used to configure common kubern

| Role | Build Status | Documentation |
| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| kubectl | [![ericsysmin.kubernetes.kubectl](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kubectl.yml/badge.svg)](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kubectl.yml) | [Documentation](https://github.com/ericsysmin/ansible-collection-kubernetes/blob/master/docs/kubectl.md) |
| kompose | [![ericsysmin.kubernetes.kompose](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kompose.yml/badge.svg)](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kompose.yml) | [Documentation](https://github.com/ericsysmin/ansible-collection-kubernetes/blob/master/docs/kompose.md) |
| kubectl | [![ericsysmin.kubernetes.kubectl](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kubectl.yml/badge.svg)](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kubectl.yml) | |
| kompose | [![ericsysmin.kubernetes.kompose](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kompose.yml/badge.svg)](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kompose.yml) | |

## Usage

Expand Down
36 changes: 0 additions & 36 deletions docs/kompose.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/kubectl.md

This file was deleted.

36 changes: 36 additions & 0 deletions roles/kompose/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# ericsysmin.kubernetes.kompose

[![ericsysmin.kubernetes.kompose](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kompose.yml/badge.svg)](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kompose.yml)

This role installs kompose on linux systems.

## Requirements

None

## Role Variables

| Variable | Required | Default | Comments |
| ----------------- | -------- | -------- | ---------------------------------- |
| `kompose_version` | No | `1.32.0` | Version of Kompose to be installed |

## Dependencies

None

## Example Playbook

```yaml
- hosts: servers
roles:
- role: ericsysmin.kompose
kompose_version: 1.17.0
```
## License
MIT
## Author Information
[ericsysmin](https://ericsysmin.com)
36 changes: 36 additions & 0 deletions roles/kubectl/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# ericsysmin.kubernetes.kubectl

[![ericsysmin.kubernetes.kubectl](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kubectl.yml/badge.svg)](https://github.com/ericsysmin/ansible-collection-kubernetes/actions/workflows/kubectl.yml)

A brief description of the role goes here.

## Requirements

None

## Role Variables

| Variable | Required | Default | Comments |
| ----------------- | -------- | ------- | ---------------------------------- |
| `kubectl_version` | No | `1.29` | Version of kubectl to be installed |

## Dependencies

None

## Example Playbook

```yaml
- hosts: servers
roles:
- role: ericsysmin.kubectl
kubectl_version: 1.29
```
## License
MIT
## Author Information
[ericsysmin](https://ericsysmin.com)

0 comments on commit 9dfd15c

Please sign in to comment.