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
- Host: GitHub
- URL: https://github.com/aboutbits/ansible-ssh
- Owner: aboutbits
- Created: 2021-06-11T18:31:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T09:56:32.000Z (about 1 year ago)
- Last Synced: 2025-06-19T00:06:03.900Z (12 months ago)
- Topics: ansible, ansible-role, ssh
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.