Skip to content

Instantly share code, notes, and snippets.

@drscream
Created January 31, 2015 15:55
Show Gist options
  • Save drscream/d33f696ddda804472566 to your computer and use it in GitHub Desktop.
Save drscream/d33f696ddda804472566 to your computer and use it in GitHub Desktop.
Modify `python` interpreter path to work in SmartOS zones with `ansible`
# host group
[smartos-zones]
server1.example.com
server2.example.com
server3.example.com
# modify python path
[smartos-zones:vars]
ansible_python_interpreter = /opt/local/bin/python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment