Added sample-run for tensorflow
This commit is contained in:
25
sample-run/tensorflow/hosts.example
Normal file
25
sample-run/tensorflow/hosts.example
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
all:
|
||||
vars:
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
test:
|
||||
hosts:
|
||||
test1:
|
||||
ansible_host: 127.0.0.1 # Replace with your remote IP
|
||||
ansible_port: 2222 # Replace with your remote SSH port
|
||||
ansible_user: vagrant # Replace wtih your username
|
||||
|
||||
production:
|
||||
hosts:
|
||||
writer:
|
||||
ansible_host: 192.168.1.100 # Replace with your remote IP
|
||||
ansible_port: 2202 # Replace with your remote SSH port
|
||||
ansible_user: ansible # Replace wtih your username
|
||||
mirror1:
|
||||
ansible_host: 192.168.1.101 # Replace with your remote IP
|
||||
ansible_port: 2202 # Replace with your remote SSH port
|
||||
ansible_user: ansible # Replace wtih your username
|
||||
mirror2:
|
||||
ansible_host: 192.168.1.102 # Replace with your remote IP
|
||||
ansible_port: 2202 # Replace with your remote SSH port
|
||||
ansible_user: ansible # Replace wtih your username
|
||||
Reference in New Issue
Block a user