I quickly checked out pulumictl but looks like I don't need it to get started with#pulumi
@viq @scottslowe I've used a couple variations of the golden image idea:
1. Creating Amazon AMIs to quickly duplicate a particular server profile
2. Creating our own Ansible "base" role with standardized hardening and configuration and then on top of that other Ansible roles for other kinds of standard server definitions.
The AMI approach would constantly get stale as security updates and standard maintenance was done, so we prefer #Ansible for now, while studying NixOS.
@viq @scottslowe Ansible's ARA-- a storage system for Ansible results-- is new to me. Seems useful!