Skip to content

Instantly share code, notes, and snippets.

@density215
Created August 10, 2015 09:40
Show Gist options
  • Save density215/239b293a60a8a747ff74 to your computer and use it in GitHub Desktop.
Save density215/239b293a60a8a747ff74 to your computer and use it in GitHub Desktop.
Ansible inventory for smartOS
[smartos-zones]
192.168.178.25
# modify python path
[smartos-zones:vars]
ansible_python_interpreter = /opt/local/bin/python
# ansible command
# ansible -i ./inventory all -m ping -u root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment