From 2a043d27f03fbc44b4878e2a0e5962fd9f61f6c3 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 9 Dec 2015 21:58:57 +0200 Subject: [PATCH] Updated the TODO list. --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0daa3b8..7c19f29 100644 --- a/README.rst +++ b/README.rst @@ -29,5 +29,10 @@ Getting started TODO ---- -- Testing (maybe ansible-lint?). -- Whatever automation not provided by Vagrant and Ansible. +- CI test with ServerSpec. +- Fast (like unit) testing with ansible-lint, maybe other linters (pre-commit). +- For all roles: + - Log to syslog. + - Collect metrics using Collectd. + - Use TLS and random, high bit count dhparams. + - Use assertions and wait for the service to be up. -- GitLab