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:
6
terraform-code/user-data.sh
Normal file
6
terraform-code/user-data.sh
Normal 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}
|
||||
Reference in New Issue
Block a user