abaez.sshd
Role Name
Change properties of sshd in client.
Description
The sshd role reconfigures the server install of a the provisioning client. You only need to change the values for the properties you wish to change on defaults/main.yml.
Role Variables
The variables you need to change are in defaults/main.yml. You should use the listed defaults to figure what you want to change. The names are self explanatory.
sshd:
port: 22
groups: ssh
pubkey: yes
rsa: yes
passwd: no
empty: no
Requirements
Needs ssh server installed. If you using ansible, can't see how you don't have it...
Usage
Only need to add sshd role to your playbook and you are good to go. DO NOTE, when you run the role, it WILL change the access to the provisioning client. As such, you should run this role either as the last role on your playbook.
- hosts: servers
roles:
- sshd
Author Information
Install
ansible-galaxy install abaez.sshdLicense
bsd-2-clause
Downloads
186
Owner
This be my github connection. Mostly only to contribute to things.
Check instead https://sr.ht/~ab/ for my forge
