aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-20 19:21:28 +0100
committerbinary <me@rgoncalves.se>2020-11-20 19:21:28 +0100
commitf836cf2ff1f0be3da60b882ed86eb7bb124a9f7f (patch)
tree81063b474dff2df3f4c29bb78be0baba7efc98ee /playbooks
parentc110f9a103c2f676917e3fe5e33f4eaedfed070c (diff)
downloadold-infrastructure-f836cf2ff1f0be3da60b882ed86eb7bb124a9f7f.tar.gz
Add repo/dns roles and comments.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/all-hosts-basic.yml4
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 }
remember that computers suck.