From b3df4fae54bd4ff36cc45ecf6dad43da06d353bb Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Tue, 25 Aug 2015 18:41:22 +0100 Subject: [PATCH] move to personal galaxy account --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 926aed1..992d94d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![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-willshersystems.sshd-660198.svg?style=flat)](https://galaxy.ansible.com/list#/roles/2488) +[![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/list#/roles/4868) OpenSSH Server ============== @@ -113,7 +113,7 @@ None Example Playbook ---------------- - + ```yaml --- - hosts: all @@ -154,7 +154,7 @@ Template Generation The [sshd_config.j2](templates/sshd_config.j2) template is programatically generated by the scripts in meta. New options should be added to the -options_body or options_match. +options_body or options_match. To regenerate the template, from within the meta/ directory run: `./make_option_list >../templates/sshd_config.j2` @@ -170,4 +170,4 @@ Author Matt Willsher -© 2014,2015 Willsher Systems +© 2014,2015 Willsher Systems Ltd.