Tested on Ubuntu Desktop 20.04
brew install ansible- Setup SSH profile for your target machine, and replace value
homelabwith your ssh profile name.
# check inventory
ansible-inventory --list
# ping
ansible all -m pingansible-playbook playbook.yamlThese are mostly for development, not required for using the machine as a server.