22 lines
970 B
YAML
22 lines
970 B
YAML
---
|
|
apt_repositories_sources:
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal main restricted
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal-updates main restricted
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal universe
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal-updates universe
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal multiverse
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal-updates multiverse
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
|
|
- deb http://security.ubuntu.com/ubuntu focal-security main restricted
|
|
- deb http://security.ubuntu.com/ubuntu focal-security universe
|
|
- deb http://security.ubuntu.com/ubuntu focal-security multiverse
|
|
|
|
##########
|
|
# CHISEL #
|
|
##########
|
|
|
|
chisel_server: false
|
|
chisel_basic_auth: user:pass
|
|
chisel_version: 1.8.1
|
|
chisel_server_host: 163.172.84.28
|
|
chisel_server_port: 8080 |