New Host Setup - Get everything setup to run an ansible playbook
Context/Assumptions:
- ansible installed on management device
- playbook written
- control/management node is running macOS
1. Setup SSH with new key
2. Append details to your .ssh config file: nano ~/.ssh/config
3. Add new host to Ansible inventory
4. Run playbook
Options:
- -K: run as sudo on target host
- -v: Verbose mode