Ansible BuildAnsible Build
Home
Roles
Scripts
Mint System
Chat
GitHub
Home
Roles
Scripts
Mint System
Chat
GitHub
  • SSH role

    • Usage
ssh logo

SSH role

Configure SSH client and server.

Usage

Configure the role.

ssh_port: 2222 # default: 22
ssh_enabled: false # default: true
ssh_disallow_root_access: false # default: true
ssh_allow_password_authentication: true # default: false

And include it in your playbook.

- hosts: ssh
  roles:
  - role: ssh
Edit this page
Last Updated:
Contributors: Janik von Rotz