Add a few playbooks
- Update tooling versions, add mysql collection
- Document how to work around lint issues with collections
- Fix reuse validation of cookiecutter generated files
- add template for .gitreview file
Change-Id: If03962ed3b3daf230e5543b7603f9e9cef09661c
diff --git a/playbooks/timesheets-playbook.yml b/playbooks/timesheets-playbook.yml
new file mode 100644
index 0000000..d119459
--- /dev/null
+++ b/playbooks/timesheets-playbook.yml
@@ -0,0 +1,12 @@
+---
+# Ansible playbook to configure timesheets app
+
+- name: Configure the timesheets application server
+ hosts: timesheets
+ become: true
+ roles:
+ - acme
+ - nginx
+ - nodejs
+ - postgresql
+ - timesheets