Kiki Sugiaman
unread,May 25, 2015, 9:41:54 AM5/25/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Hi all, noob here.
When running ansible-playbook against LXC containers, I have to set
"gather_facts: False". Otherwise it always gets stuck there. The reason
is because accessing /proc/cpuinfo inside lxc containers always results in:
"cannot access /proc/cpuinfo: Transport endpoint is not connected"
I don't know whether this is a bug in LXC or Ansible, but I thought I
should leave this here for those googling around.