-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eric Anderson
committed
Mar 5, 2024
1 parent
e2eb9ab
commit 9dfd15c
Showing
5 changed files
with
74 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |