mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-26 13:00:18 +01:00
downcase travis link
This commit is contained in:
parent
c4863bbb43
commit
82711182e5
1 changed files with 3 additions and 3 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-willshersystems.sshd-660198.svg?style=flat)](https://galaxy.ansible.com/list#/roles/2488)
|
||||||
|
|
||||||
OpenSSH Server
|
OpenSSH Server
|
||||||
==============
|
==============
|
||||||
|
@ -50,7 +50,7 @@ variables. Defaults to *False*.
|
||||||
|
|
||||||
* sshd_allow_reload
|
* sshd_allow_reload
|
||||||
|
|
||||||
If set to False, a reload of sshd wont happen on change. This can help with
|
If set to False, a reload of sshd wont happen on change. This can help with
|
||||||
troubleshooting. You'll need to manually reload sshd if you want to apply the
|
troubleshooting. You'll need to manually reload sshd if you want to apply the
|
||||||
changed configuration. Defaults to *True*.
|
changed configuration. Defaults to *True*.
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ Example Playbook
|
||||||
|
|
||||||
Results in:
|
Results in:
|
||||||
|
|
||||||
```
|
```
|
||||||
# Ansible managed: ...
|
# Ansible managed: ...
|
||||||
Compression yes
|
Compression yes
|
||||||
GSSAPIAuthentication no
|
GSSAPIAuthentication no
|
||||||
|
|
Loading…
Reference in a new issue