Ansible is a popular tool for managing configurations and executing modules on multiple devices, using just SSH. This could make it one of the easiest ways for managing and configuring our AWS instances after they are set up.
Until now, common Bash-Scripts did the job just fine. The overhead of getting into Ansible is probably not worth the possible benefits, especially because we comission every chain node invidiually.
Ansible is a popular tool for managing configurations and executing modules on multiple devices, using just SSH. This could make it one of the easiest ways for managing and configuring our AWS instances after they are set up.
https://serversforhackers.com/editions/2014/08/26/getting-started-with-ansible/