mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
move to personal galaxy account
This commit is contained in:
parent
20c07b3178
commit
b3df4fae54
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
|
||||||
© 2014,2015 Willsher Systems
|
© 2014,2015 Willsher Systems Ltd.
|
||||||
|
|
Loading…
Reference in a new issue