From 682de8d5bde8489c2926a64304774b5b9bf30689 Mon Sep 17 00:00:00 2001 From: John Barker Date: Wed, 25 Apr 2018 21:09:18 +0100 Subject: [PATCH] badges & platform: GenericLinux --- README.md | 5 ++++- meta/main.yml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7593630..e08c9c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # network-engine +![Ansible Role](https://img.shields.io/ansible/role/d/25206.svg) +![Ansible Role](https://img.shields.io/ansible/role/25206.svg) + This role provides the foundation for building network roles by providing modules and plugins that are common to all Ansible Network roles. All of the artifacts in this role can be used independent of the platform that is @@ -37,7 +40,7 @@ None ## Modules -The following is a list of modules that are provided by this role. +The following is a list of modules that are provided by this role, which include documentation & examples: * `cli` [source](https://github.com/ansible-network/network-engine/blob/devel/action_plugins/cli.py) * `text_parser` [source](https://github.com/ansible-network/network-engine/blob/devel/library/text_parser.py) diff --git a/meta/main.yml b/meta/main.yml index 4919b22..768743a 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -22,6 +22,9 @@ galaxy_info: #github_branch: platforms: + - name: GenericLinux + versions: + - all - name: network versions: - all