ansible-coreos-bootstrap icon indicating copy to clipboard operation
ansible-coreos-bootstrap copied to clipboard

instructions on coreOS website are possibly a bit off

Open IPvSean opened this issue 7 years ago • 2 comments

In reference to defunctzombie's post here: https://coreos.com/blog/managing-coreos-with-ansible/

it seems like it would be better to do this in the /etc/ansible/hosts file instead of what is posted there: ansible_python_interpreter="/home/core/bin/python" (reason: https://github.com/ansible/ansible/issues/9650) maybe something changed in Ansible?

This was the only way I could get it to work...

IPvSean avatar Oct 14 '16 20:10 IPvSean

indeed ... ran into the same problem and validated that change fixes it

+1

wincus avatar Jan 02 '17 16:01 wincus

this also fixed my issue.

$ cat /etc/os-release
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=1745.7.0
VERSION_ID=1745.7.0
BUILD_ID=2018-06-14-0909
PRETTY_NAME="Container Linux by CoreOS 1745.7.0 (Rhyolite)"
ANSI_COLOR="38;5;75"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://issues.coreos.com"
COREOS_BOARD="amd64-usr"

switchboardOp avatar Jun 21 '18 14:06 switchboardOp