kosssi.ssh

ansible-role-ssh

Ansible role to install and configure ssh.

Role Defaults Variables

ssh_packages:
  - openssh-client
  - openssh-server

ssh_authorized_keys:
  - name: www-data
    home: /var/www
    local:
      -  "~/.ssh/id_rsa.pub"

Example Playbook

roles:
  - { role: kosssi.ssh, tags: php }

License

Licensed under the MIT License. See the LICENSE file for details.

About

Install and Configure ssh authorized key

Install
ansible-galaxy install kosssi.ssh
GitHub repository
License
mit
Downloads
143
Owner