Infrastructure is code, and code needs to be tested. You need to create clear and straightforward user stories, but most important, you should test them.
You can unit test ansible modules, but you might want to add other kind of integration tests by running scripts or any other kind of things in instances once they've been provisioned.
Also, add CI to this repository.
Infrastructure is code, and code needs to be tested. You need to create clear and straightforward user stories, but most important, you should test them. You can unit test ansible modules, but you might want to add other kind of integration tests by running scripts or any other kind of things in instances once they've been provisioned. Also, add CI to this repository.