ansible-nas/inventory.dist

11 lines
269 B
Text
Raw Normal View History

# 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