Skip to content

Instantly share code, notes, and snippets.

@kars7e
Created January 15, 2018 11:11
Show Gist options
  • Save kars7e/09b97d4ff1aaf379d9dae94f03fa01c9 to your computer and use it in GitHub Desktop.
Save kars7e/09b97d4ff1aaf379d9dae94f03fa01c9 to your computer and use it in GitHub Desktop.
Create Ansible Inventory
git clone https://github.com/kars7e/tinker-cluster
cd tinker-cluster/ansible
cat > inventory.ini<<EOF
tinker-0
tinker-1
tinker-2
tinker-3
[k8s-master]
tinker-0
[k8s-node]
tinker-1
tinker-2
tinker-3
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment