(no title)
zeroDivisible | 2 years ago
Hardest part of using them is remembering to do any config changes in Ansible repos and not directly in config files.
I have diverging logic, branching off usernames and group memberships to treat given machine as "personal" or "work" - and then configure certain settings differently. I'm using ansible-vault for secrets like SSH keys, etc.
New machine provisioning is usually just installation of a package manager (if not present, like brew), and installation of Ansible.
No comments yet.