diff options
Diffstat (limited to 'chaos-at-home')
-rw-r--r-- | chaos-at-home/ch-sw1.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chaos-at-home/ch-sw1.yml b/chaos-at-home/ch-sw1.yml new file mode 100644 index 00000000..0d86fa48 --- /dev/null +++ b/chaos-at-home/ch-sw1.yml @@ -0,0 +1,8 @@ +--- +- name: bootstrap + hosts: ch-sw1 + gather_facts: no + roles: + - dellos6/bootstrap + - dellos6/base + - dellos6/layer2 |