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