mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 08:27:19 +00:00
36b3712dc3
Python 3 is now the assumed default python version for ansible. Downstream packages may still install python2 (ie/ samba).
6 lines
No EOL
148 B
Text
6 lines
No EOL
148 B
Text
# Example for running it directly on NAS server
|
|
# localhost ansible_connection=local
|
|
|
|
# Example using from remote workstation
|
|
# [all]
|
|
# 192.168.1.30 |