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
This commit is contained in:
Salt 2020-10-17 01:19:55 -05:00
parent 8bbbb7c969
commit 161d2f7be4

View File

@ -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)