-
- Downloads
Add native Vagrant support
This allows you to simply run `vagrant up` to get a 3 node HA cluster. * Creates a dynamic inventory and uses the inventory/group_vars/all.yml * commented lines in inventory.example so that ansible doesn't try to use it. * added requirements.txt to give easy way to install ansible/ipaddr * added gitignore files to stop attempts to save unwated files * changed `Check if kube-system exists` to `failed_when: false` instead of `ignore_errors`
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- README.md 2 additions, 0 deletionsREADME.md
- Vagrantfile 124 additions, 0 deletionsVagrantfile
- inventory/inventory.example 29 additions, 29 deletionsinventory/inventory.example
- requirements.txt 2 additions, 0 deletionsrequirements.txt
- roles/kubernetes/master/tasks/main.yml 1 addition, 1 deletionroles/kubernetes/master/tasks/main.yml
- roles/kubernetes/secrets/files/.gitignore 4 additions, 0 deletionsroles/kubernetes/secrets/files/.gitignore
Loading
Please register or sign in to comment