This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| create VMs | |
| git clone https://github.com/kubernetes-incubator/kargo.git | |
| cd kargo | |
| cp ~/inventory.cfg inventory/. | |
| vi inventory.cfg | |
| (copy IPs and save) | |
| date | |
| ansible-playbook -u centos -b -i inventory/inventory.cfg cluster.yml | |
| date (show elapsed time) |
NewerOlder