defunctzombie / ansible-coreos-bootstrap

[NOT MAINTAINED] bootstrap a coreos machine for control via ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instructions on coreOS website are possibly a bit off

IPvSean opened this issue · 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: ansible/ansible#9650) maybe something changed in Ansible?

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

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

+1

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"