diff options
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/all-hosts-basic.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 } |