mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 20:19:06 +00:00
051dba232c
Defines python3 entry in inventory Changes docker yml to install relevant pip version
10 lines
269 B
Text
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
|