This message was deleted.
# discuss-terraform
a
This message was deleted.
b
I have a few modules for deploying rke2 (see pins) One is for installing on any linux server, the other incorporates that with a couple other modules to deploy rke2 on AWS.
I use remote exec to keep my dependencies down. I prefer shell scripts over ansible because I want a sysadmin to be able to easily see what commands are run on the remote system. I work hard to move complexity into my terraform as much as possible so that my scripts are simple. My goal is for my scripts to be a simple list of commands rather than a program.