From 161d2f7be49c543d95a10694313f0a267edf57b0 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 17 Oct 2020 01:19:55 -0500 Subject: [PATCH] Mandate that DNS be set up as part of machine deployment Machines should NOT have the ability to modify DNS of their own volition. Like wtf past me --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f6dd03..6a6d282 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Adding a new server will require the following be fulfilled: * Has passwordless sudo capabilities as root -* The server is added to `inventory/hosts.yml` in an appropriate place; and +* The server is added to `inventory/hosts.yml` in an appropriate place; + +* DNS records for the machine are set; and * The server is running Ubuntu 18.04 or greater (20.04 recommended)