OpenSSH Server
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.openssh vars: openssh_enable_service: true tags: openssh
# Install the role ansible-galaxy install devopstoolbox.openssh # Run the playbook ansible-playbook openssh-playbook.yml
Last update: 2020-02-09