From 03786a8f7d5b28bccaf20b6a83ec5fbcfb820afc Mon Sep 17 00:00:00 2001 From: Marcus Meurs Date: Mon, 29 Jan 2018 22:21:51 +0100 Subject: [PATCH] Added Debian support to meta file Also removed "yum repo" from readme to reflect multi platform support. --- README.md | 2 +- meta/main.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4beea6e..b0992d6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Zerotier ========= -This Ansible role installs the zerotier-one package from Zerotier's yum repo, adds and authorizes new members to (existing) Zerotier network and tells the new members to join the network. +This Ansible role installs the zerotier-one package, adds and authorizes new members to (existing) Zerotier network and tells the new members to join the network. Requirements ------------ diff --git a/meta/main.yml b/meta/main.yml index cb6e458..5d16932 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -36,6 +36,9 @@ galaxy_info: - name: EL versions: - 7 + - name: Debian + versions: + - all # - name: Fedora # versions: # - all @@ -49,7 +52,6 @@ galaxy_info: galaxy_tags: - zerotier-one - - CentOS 7 # List tags for your role here, one per line. A tag is a keyword that describes # and categorizes the role. Users find roles by searching for tags. Be sure to # remove the '[]' above, if you add tags to this list.