From c5fb6b1120dcb1c1bc6de859a96a0c4d1b5cff91 Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Thu, 18 Feb 2016 13:42:50 +0000 Subject: [PATCH 1/3] Notify galaxy --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 456ade6..0b895ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: c sudo: required +notifications: + webhooks: https://galaxy.ansible.com/api/v1/notifications/ + before_install: - sudo add-apt-repository -y ppa:ansible/ansible - sudo apt-get update -qq From 886b452ad1d8b0b7186b2ea46eefe9376270ed2d Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Thu, 18 Feb 2016 13:43:14 +0000 Subject: [PATCH 2/3] Fix galaxy link and role name in example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cf81d6..f7bb9a7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![Build Status](https://travis-ci.org/willshersystems/ansible-sshd.svg?branch=master)](https://travis-ci.org/willshersystems/ansible-sshd) [![Ansible Galaxy](http://img.shields.io/badge/galaxy-mattwillsher.sshd-660198.svg?style=flat)](https://galaxy.ansible.com/detail#/role/4868) - OpenSSH Server ============== +[![Build Status](https://travis-ci.org/willshersystems/ansible-sshd.svg?branch=master)](https://travis-ci.org/willshersystems/ansible-sshd) [![Ansible Galaxy](http://img.shields.io/badge/galaxy-mattwillsher.sshd-660198.svg?style=flat)](https://galaxy.ansible.com/mattwillsher/sshd/) + This role configures the OpenSSH daemon. It: * By default configures the SSH daemon with the normal OS defaults. @@ -136,7 +136,7 @@ provides. Running it will likely break your SSH access to the server! - Condition: "Group xusers" X11Forwarding: yes roles: - - role: willshersystems.sshd + - role: mattwillsher.sshd ``` Results in: From 2d6ed3fa4a2c6a832531efda16fdaeaa1dfb2684 Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Thu, 18 Feb 2016 13:46:58 +0000 Subject: [PATCH 3/3] use galaxy tags rather than categories --- meta/main.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 9c526fd..8b53392 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -25,7 +25,16 @@ galaxy_info: versions: - 22 - 23 - categories: + galaxy_tags: - networking - system + - SSH + - OpenSSH + - sshd + - server + - ubuntu + - debian + - centos + - redhat + - freebsd dependencies: []