diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-08-18 10:04:19 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-08-18 10:04:19 +0200 |
commit | 02e0d31298904582249610fa9183575cee5c7dbd (patch) | |
tree | ccd3176bc455cdb3a29445fe95095b5df2b93c44 /chaos-at-home/r3-cccamp19-sw0.yml | |
parent | dione and helene are kvm hosts for now (diff) |
added r3-cccamp19-sw0, some fixes for dellos6 roles
Diffstat (limited to 'chaos-at-home/r3-cccamp19-sw0.yml')
-rw-r--r-- | chaos-at-home/r3-cccamp19-sw0.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chaos-at-home/r3-cccamp19-sw0.yml b/chaos-at-home/r3-cccamp19-sw0.yml new file mode 100644 index 00000000..1fbeb452 --- /dev/null +++ b/chaos-at-home/r3-cccamp19-sw0.yml @@ -0,0 +1,8 @@ +--- +- name: bootstrap + hosts: r3-cccamp19-sw0 + gather_facts: no + roles: + - dellos6/bootstrap + - dellos6/base + - dellos6/layer2 |