From 9d9d4fdc70ec0ac276f3795f5ccea39d6b94b995 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 23 Apr 2020 04:59:13 +0200 Subject: further cleanup host bootstraping --- spreadspace/common.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 spreadspace/common.yml (limited to 'spreadspace/common.yml') diff --git a/spreadspace/common.yml b/spreadspace/common.yml new file mode 100644 index 00000000..494f434f --- /dev/null +++ b/spreadspace/common.yml @@ -0,0 +1,7 @@ +--- +- name: Basic Setup + hosts: "{{ install_hostname }}" + roles: + - role: base + - role: sshd + - role: zsh -- cgit v1.2.3