The playbook should be as generic as posible. Therefore, it is necessary to use variables. The variables should be provide in a different file (var.yml), so that the user can customize the playbook in a efficient way.
Acceptance criteria
[ ] playbook without hardcoded values
[ ] var.yml with varibales
[ ] playbook is still working
Summary
The playbook should be as generic as posible. Therefore, it is necessary to use variables. The variables should be provide in a different file (var.yml), so that the user can customize the playbook in a efficient way.
Acceptance criteria
[ ] playbook without hardcoded values [ ] var.yml with varibales [ ] playbook is still working