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