ansible-sshd icon indicating copy to clipboard operation
ansible-sshd copied to clipboard

Support for MacOS

Open jjcaballero opened this issue 2 years ago • 1 comments

When running this playbook in a MacBook, the playbooks stops in the following task:

TASK [willshersystems.sshd : OS is supported] ************************************************************************************************************************************************

Is there any plan to support Mac OS? Is there a way to workaround this? I only want to ensure PermitUserEnvironment is yes.

jjcaballero avatar Apr 22 '22 09:04 jjcaballero

Thank you for the interest in this role. I do not have any experience with Mac but to add a support this you would have to create an appropriate vars file in the vars directory with mac-specific options, paths and other variables. The name of the file should be based on ansible facts in https://github.com/willshersystems/ansible-sshd/blob/master/tasks/variables.yml.

Contributions welcomed.

Jakuje avatar Apr 25 '22 10:04 Jakuje