1
0
mirror of https://github.com/jcwimer/multi-cloud-kubernetes synced 2026-05-12 07:05:18 +00:00

Switch to flannel, ignore k8s interfaces for zerotier, hard code dns for both k8s and docker due to systemd resolvd, and disable ipv6

This commit is contained in:
2020-10-17 22:21:29 -04:00
parent 0a6a7d03c7
commit 428b9f9507
9 changed files with 209 additions and 21 deletions

View File

@@ -5,5 +5,5 @@ cd ${project_dir}/ansible
ansible-playbook --inventory-file=${project_dir}/terraform-code/inventory --private-key ~/.ssh/id_home \
-e rke_ssh_key_location=~/.ssh/id_home \
-e rke_directory=${project_dir}/rke \
-e cloudflare_api=${CLOUDFLARE_API}
-e cloudflare_api=${CLOUDFLARE_API} \
playbooks/site.yml