OpenSSH Server

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: OpenSSH

As a: UNIX and Linux system administrator

I want to: setup OpenSSH

So that: manage my server remotely.

Using the role

Using the role in a playbook
---
- name: Install openssh
  hosts: all

  tasks:
    - name: openssh is configured
      import_role:
        name: crivetimihai.openssh
      vars:
        openssh_enable_service: true
      tags: openssh
# Install the role
ansible-galaxy install crivetimihai.openssh

# Run the playbook
ansible-playbook openssh-playbook.yml

Last update: 2020-02-04