ansible-collections / ansible-consul

:satellite: Ansible role for Hashicorp Consul clusters

Home Page:https://galaxy.ansible.com/ansible-community/consul/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for macOS

nre-ableton opened this issue · comments

It would be great if this role could support macOS hosts. consul itself supports macOS (also on Apple Silicon), so this shouldn’t be too difficult, considering most of the tasks are already in place.

As far as I can tell, the only thing that is necessary is to define Mac-specific vars for the role and provide a launchctl plist file. I actually have a branch which implements this that we have been testing on Mac hosts in our cluster.

If there are no strong objections to adding support for this platform, I’ll go ahead and submit a PR. I’ll wait one week for responses before doing so (so on 14/07/22).