Project31 / ansible-kubernetes-openshift-pi3

Ansible playbooks for setting up a Kubernetes Raspberry Pi 3 cluster
190 stars 56 forks source link

hosts template not found #1

Closed rafabene closed 8 years ago

rafabene commented 8 years ago

When running base task it fails at https://github.com/Project31/ansible-kubernetes-openshift-pi3/blob/master/roles/base/tasks/system.yml#L31

The error is: => input file not found at /home/pi/ansible-kubernetes-openshift-pi3/roles/base/templates/hosts or /home/pi/ansible-kubernetes-openshift-pi3/hosts

rhuss commented 8 years ago

Sorry, forgot hosts template because it "hosts" is entered in the toplevel .gitignore (for the ansible host config).

Thanks for spotting this.