1
0
mirror of https://github.com/jcwimer/multi-cloud-kubernetes synced 2026-04-01 12:55:25 +00:00

Terraform working with ansible

This commit is contained in:
2020-07-01 22:02:54 -04:00
commit 4defd3a0b9
16 changed files with 560 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
if ! which docker > /dev/null; then
curl -s -L https://raw.githubusercontent.com/rancher/install-docker/master/19.03.9.sh | bash
fi
curl -s https://install.zerotier.com | sudo bash
zerotier-cli join ${zerotier_network}