diff --git a/README.md b/README.md index bcb2326..4e45667 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,9 @@ This value must be contained in single quotes "\'" ## Author Information ------------------ -Author Marco Massari Calderone at Inviq UK Ltd +Author Marco Massari Calderone at Inviqa UK Ltd -Inspired by Barney Hanlon's Galaxy role [ansible-jumpcloud](https://github.com/shrikeh/ansible-jumpcloud) +Inspired by Barney Hanlon "shrikeh"'s Galaxy role [ansible-jumpcloud](https://github.com/shrikeh/ansible-jumpcloud) [github]: https://github.com/inviqa/ansible-jumpcloud "Github location of this role" [curl]: https://galaxy.ansible.com/list#/roles/4384 diff --git a/meta/main.yml b/meta/main.yml index dac724d..2fd8cdf 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,11 +1,16 @@ --- galaxy_info: - author: "inviqa" + role_name: jumpcloud + author: "marcomc" description: "Install and Configure JumpCloud (https://jumpcloud.com) AD and LDAP agent" company: "Inviqa UK Ltd" license: MIT - min_ansible_version: 1.5 + min_ansible_version: 2 platforms: + - name: Centos + versions: + - 6 + - 7 - name: EL versions: - 6 @@ -18,17 +23,13 @@ galaxy_info: - all - name: Ubuntu versions: - - precise - - quantal - - raring - - saucy - trusty - categories: + - xenial + - bionic + galaxy_tags:: - authentication - monitoring - networking dependencies: [] - - ...