kubespray / kubespray-cli

Easy to use command line tool for kubernetes deployment with kubespray
GNU General Public License v3.0
252 stars 62 forks source link

ubuntu 16.04 as target is not working #78

Closed jalbstmeijer closed 7 years ago

jalbstmeijer commented 7 years ago

the official ubuntu 16.0.4 ami does not ship python2

k8s-charley-7b46c | FAILED! => { "changed": false, "failed": true, "module_stderr": "", "module_stdout": "sudo: unable to resolve host ip-10-1-11-186\r\n/bin/sh: 1: /usr/bin/python: not found\r\n", "msg": "MODULE FAILURE", "parsed": false }

ant31 commented 7 years ago

you need to use the variable: bootstrap_os: ubuntu in your group_vars/all.yml

Smana commented 7 years ago

fixed