blob: 1e945803a132aa5328cae4ce2d1a8e46ba27eedc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
- name: Basic Setup
hosts: glt-telesto
roles:
- role: apt-repo/base
- role: core/base
- role: core/sshd/base
- role: streaming/c3voc/base
### finalize using c3voc bundlewrap repo: https://github.com/voc/cm
# git clone https://github.com/voc/cm.git
# cd cm/bundlewrap
# bw run minion-glt true
# bw apply minion-glt
|