Created
August 10, 2015 09:40
-
-
Save density215/239b293a60a8a747ff74 to your computer and use it in GitHub Desktop.
Ansible inventory for smartOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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