An open API service indexing awesome lists of open source software.

https://github.com/aboutbits/ansible-ssh

Ansible - SSH Role
https://github.com/aboutbits/ansible-ssh

ansible ansible-role ssh

Last synced: about 1 month ago
JSON representation

Ansible - SSH Role

Awesome Lists containing this project

README

          

Ansible SSH Role
=================

SSH configuration role.

## Example Playbook

```yaml
- hosts: all
tasks:
- ansible.builtin.include_role:
name: ansible-ssh
```

## Build & Publish

To build and publish the role, visit the GitHub Actions page of the repository and trigger the workflow "Release Package" manually.