willshersystems/ansible-sshd

Support for MacOS

jjcaballero opened this issue · 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.

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.