move to personal galaxy account

This commit is contained in:
Matt Willsher 2015-08-25 18:41:22 +01:00
parent 20c07b3178
commit b3df4fae54

View file

@ -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 OpenSSH Server
============== ==============
@ -113,7 +113,7 @@ None
Example Playbook Example Playbook
---------------- ----------------
```yaml ```yaml
--- ---
- hosts: all - hosts: all
@ -154,7 +154,7 @@ Template Generation
The [sshd_config.j2](templates/sshd_config.j2) template is programatically The [sshd_config.j2](templates/sshd_config.j2) template is programatically
generated by the scripts in meta. New options should be added to the 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: To regenerate the template, from within the meta/ directory run:
`./make_option_list >../templates/sshd_config.j2` `./make_option_list >../templates/sshd_config.j2`
@ -170,4 +170,4 @@ Author
Matt Willsher <matt@willsher.systems> Matt Willsher <matt@willsher.systems>
&copy; 2014,2015 Willsher Systems &copy; 2014,2015 Willsher Systems Ltd.