diff --git a/README.rst b/README.rst index 0daa3b86532ffc4739f79045f7ea53343a7149e0..7c19f29a70c27eb82f887e44f991ff9eca5cc4a6 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.