From 2bff7cc7a085610883f0c0e70adcf2d9c1fc3406 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 10 May 2018 21:27:18 +0100
Subject: [PATCH] Explain briefly why builtin services are not containerized

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index b527052..d074c4d 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,11 @@ and in README files for individual Ansible roles:
 * [Log management and analysis](roles/log-collector/README.md)
 * [Authoritative public DNS](roles/dns/README.md)
 
+Built-in services are currently implemented with Ansible roles, and do
+not run in containers. But this is just an implementation detail, and
+in the future they could be moved to containers without requiring any
+changes in the clients.
+
 # Requirements
 
 On the local machine (the one that will run Ansible), you're going to
-- 
GitLab