From f836cf2ff1f0be3da60b882ed86eb7bb124a9f7f Mon Sep 17 00:00:00 2001 From: binary Date: Fri, 20 Nov 2020 19:21:28 +0100 Subject: Add repo/dns roles and comments. --- playbooks/all-hosts-basic.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'playbooks') diff --git a/playbooks/all-hosts-basic.yml b/playbooks/all-hosts-basic.yml index f8538e4..ba80f2c 100644 --- a/playbooks/all-hosts-basic.yml +++ b/playbooks/all-hosts-basic.yml @@ -7,6 +7,10 @@ - hosts: servers roles: + # basic networking init + - { role: repositories } + - { role: dns } + # basic user friendly configuration - { role: common } - { role: tools } - { role: sshd } -- cgit v1.2.3