summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-gw-lan.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-12-22 00:21:32 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-12-22 00:21:32 +0100
commitfb0096a4ca1440058778b9061b967d609c0c6534 (patch)
treee664a3376a7d6d1a80c127048f46f0b13b7a40ea /chaos-at-home/ch-gw-lan.yml
parentadd new vmhost phoebe (WIP) (diff)
add role for dhcp-server
Diffstat (limited to 'chaos-at-home/ch-gw-lan.yml')
-rw-r--r--chaos-at-home/ch-gw-lan.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/chaos-at-home/ch-gw-lan.yml b/chaos-at-home/ch-gw-lan.yml
new file mode 100644
index 00000000..1d4ad5f2
--- /dev/null
+++ b/chaos-at-home/ch-gw-lan.yml
@@ -0,0 +1,10 @@
+---
+- name: Basic Setup
+ hosts: ch-gw-lan
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd/base
+ - role: core/zsh
+ - role: core/ntp
+ - role: network/dhcp-server