First real commit after test

This commit is contained in:
2023-09-23 18:16:40 +02:00
parent 134f895212
commit ccabfe9b03
14 changed files with 637 additions and 0 deletions

14
host_vars/ovh_fr.yml Normal file
View 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

View File

@@ -0,0 +1,3 @@
---
apt_repositories:
- http://mirrors.online.net

16
host_vars/vagrant.yml Normal file
View 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"