diff options
author | binary <me@rgoncalves.se> | 2020-11-20 19:21:28 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-20 19:21:28 +0100 |
commit | f836cf2ff1f0be3da60b882ed86eb7bb124a9f7f (patch) | |
tree | 81063b474dff2df3f4c29bb78be0baba7efc98ee /playbooks | |
parent | c110f9a103c2f676917e3fe5e33f4eaedfed070c (diff) | |
download | infrastructure-f836cf2ff1f0be3da60b882ed86eb7bb124a9f7f.tar.gz |
Add repo/dns roles and comments.
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 } |