diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-09-08 02:24:27 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-09-08 02:24:27 +0200 |
commit | eb02a3f99dccb95bcb94eb428e7e19c88667f7e1 (patch) | |
tree | 7dc8d2b4f4289fe1f81aff48a76a29ae01b626a8 /chaos-at-home/ch-mimas2.yml | |
parent | major refactoring for cloud install (diff) |
some more refactoring and cleanup of cloud install roles
Diffstat (limited to 'chaos-at-home/ch-mimas2.yml')
-rw-r--r-- | chaos-at-home/ch-mimas2.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chaos-at-home/ch-mimas2.yml b/chaos-at-home/ch-mimas2.yml new file mode 100644 index 00000000..2ece9b1f --- /dev/null +++ b/chaos-at-home/ch-mimas2.yml @@ -0,0 +1,7 @@ +--- +- name: Basic Setup + hosts: ch-mimas2 + roles: + - role: base + - role: sshd + - role: zsh |