ansible-nas/inventory.dist
Craig Jarvis 051dba232c Resolves issue #45
Defines python3 entry in inventory
Changes docker yml to install relevant pip version
2019-01-05 15:05:41 +11:00

10 lines
269 B
Text

# Example for running it directly on NAS server
# localhost ansible_connection=local
# Example using from remote workstation
# [all]
# 192.168.1.30
# Example using from remote without python2 on host
# [all]
# 192.168.1.30 ansible_python_interpreter=/usr/bin/python3