diff options
Diffstat (limited to 'chaos-at-home')
-rw-r--r-- | chaos-at-home/ch-gw-lan.yml | 10 |
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 |