blob: 7deb7f1782877649034d52d9d7cde1e3e22d830f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
- name: Basic Setup
hosts: glt-helene
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 encoder-glt true
# bw apply encoder-glt
|