Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anxs/openssh
Ansible role for openssh
https://github.com/anxs/openssh
Last synced: about 1 month ago
JSON representation
Ansible role for openssh
- Host: GitHub
- URL: https://github.com/anxs/openssh
- Owner: ANXS
- License: mit
- Created: 2014-03-15T00:40:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T20:00:11.000Z (over 1 year ago)
- Last Synced: 2024-03-27T11:22:46.373Z (9 months ago)
- Size: 21.5 KB
- Stars: 11
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ANXS - openssh [![Build Status](https://travis-ci.com/ANXS/openssh.png)](https://travis-ci.com/ANXS/openssh)
Ansible role which installs and configures openssh. This role will ensure that all appropriate system hostkeys will be generated the first time it is run.
#### Requirements & Dependencies
- Tested on Ansible 2.3 or higher.#### Variables
```yaml
openssh_client_settings: ...
openssh_server_settings: ...
```See the [defaults](defaults/main.yml) to have the complete view. Make sure, if you edit them, to copy all of them in your host/vars/... files, and change the ones that need tweaking (it's in fact only one variable, containing a map.) Alternatively, you may set your Ansible `hash_behaviour` to `merge`. You may then override simply the variables you wish to change from their defaults.
#### Testing
This project comes with a VagrantFile, this is a fast and easy way to test changes to the role, fire it up with `vagrant up`See [vagrant docs](https://docs.vagrantup.com/v2/) for getting setup with vagrant
#### License
Licensed under the MIT License. See the LICENSE file for details.
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/ANXS/openssh/issues)!