First real commit after test
This commit is contained in:
14
host_vars/ovh_fr.yml
Normal file
14
host_vars/ovh_fr.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# apt_repositories:
|
||||
# - http://nova.clouds.archive.ubuntu.com
|
||||
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
|
||||
3
host_vars/scaleway_fr.yml
Normal file
3
host_vars/scaleway_fr.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
apt_repositories:
|
||||
- http://mirrors.online.net
|
||||
16
host_vars/vagrant.yml
Normal file
16
host_vars/vagrant.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
docker_install_compose: false
|
||||
|
||||
|
||||
kubernetes_version: 1.28
|
||||
kubernetes_apiserver_advertise_address: 192.168.33.10
|
||||
kubernetes_pod_network:
|
||||
# Flannel CNI.
|
||||
cni: 'weave'
|
||||
cidr: '10.244.0.0/16'
|
||||
|
||||
containerd_config_systemd: true
|
||||
|
||||
# kubernetes_ignore_preflight_errors: null
|
||||
# kubernetes_kubeadm_init_extra_opts:
|
||||
# - "--pod-network-cidr=10.244.0.0/16"
|
||||
# - "--control-plane-endpoint=192.168.33.10"
|
||||
Reference in New Issue
Block a user