Skip to content

Commit

Permalink
modify readme + meta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soer3n committed Oct 20, 2021
1 parent b3d8bac commit f06e0fe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,28 @@

An Ansible Role that install [cni-plugins](https://github.com/containernetworking/plugins/tree/master/plugins) on hosts.

# Requirements
## Requirements

This is role works only on linux distributions currently.

# Role Variables
## Role Variables

All variables are also listed in default values.

```
| Variable | Required | Default | Description
|--------------------------------------------|----------|------------------------|------------
| cni_plugin_dir | yes | /opt/cni/bin | directory where downloaded file and plugins are stored
| cni_plugin_release_url | yes | https://github.com/containernetworking/plugins/releases/download | Release url for cni plugins
| cni_plugin_release_version | yes | v1.0.0 | Verion of cni-plugins

---
cni_plugin_dir: /opt/cni/bin
cni_plugin_release_version: v1.0.0
cni_plugin_release_url: https://github.com/containernetworking/plugins/releases/download
```

# Dependencies
## Dependencies

None.

# License
## License

GPLv3

# Author Information
## Author Information

* Sören Henning
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
galaxy_info:
role_name: ansible_role_cniplugins
role_name: cniplugins
author: t_systems_mms
description: Install cni container plugin on linux servers
license: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
tasks:
- name: "Include ansible-role-cniplugins"
include_role:
name: "t_systems_mms.ansible_role_cniplugins"
name: "t_systems_mms.cniplugins"

0 comments on commit f06e0fe

Please sign in to comment.