mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-24 09:30:19 +01:00
commit
cb153a13ab
3 changed files with 16 additions and 4 deletions
|
@ -2,6 +2,9 @@
|
||||||
language: c
|
language: c
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:ansible/ansible
|
- sudo add-apt-repository -y ppa:ansible/ansible
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
|
|
|
@ -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
|
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:
|
This role configures the OpenSSH daemon. It:
|
||||||
|
|
||||||
* By default configures the SSH daemon with the normal OS defaults.
|
* 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"
|
- Condition: "Group xusers"
|
||||||
X11Forwarding: yes
|
X11Forwarding: yes
|
||||||
roles:
|
roles:
|
||||||
- role: willshersystems.sshd
|
- role: mattwillsher.sshd
|
||||||
```
|
```
|
||||||
|
|
||||||
Results in:
|
Results in:
|
||||||
|
|
|
@ -25,7 +25,16 @@ galaxy_info:
|
||||||
versions:
|
versions:
|
||||||
- 22
|
- 22
|
||||||
- 23
|
- 23
|
||||||
categories:
|
galaxy_tags:
|
||||||
- networking
|
- networking
|
||||||
- system
|
- system
|
||||||
|
- SSH
|
||||||
|
- OpenSSH
|
||||||
|
- sshd
|
||||||
|
- server
|
||||||
|
- ubuntu
|
||||||
|
- debian
|
||||||
|
- centos
|
||||||
|
- redhat
|
||||||
|
- freebsd
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
Loading…
Reference in a new issue