-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdb_hostpool.json
More file actions
1 lines (1 loc) · 2.33 KB
/
db_hostpool.json
File metadata and controls
1 lines (1 loc) · 2.33 KB
1
{"_default": {}, "hosts": {"1": {"endpoint": {"ip": "192.168.100.7", "protocol": "ssh", "port": 22}, "name": "ubuntu_server", "tags": ["hello", "world"], "alive": false, "credentials": {"username": "ubuntu", "password": "mypassw0rd1234"}, "allocated": false, "os": "linux", "id": 1}, "2": {"endpoint": {"ip": "192.168.100.8", "protocol": "winrm-http", "port": 5985}, "name": "win2008_server_0", "tags": ["test", "win_2008"], "credentials": {"username": "Administrator", "password": "mypassw0rd4321"}, "allocated": false, "os": "windows", "alive": false}, "3": {"endpoint": {"ip": "192.168.100.9", "protocol": "winrm-http", "port": 5985}, "name": "win2008_server_1", "tags": ["test", "win_2008"], "credentials": {"username": "Administrator", "password": "mypassw0rd4321"}, "allocated": false, "os": "windows", "alive": false}, "4": {"endpoint": {"ip": "192.168.100.10", "protocol": "winrm-http", "port": 5985}, "name": "win2008_server_2", "tags": ["test", "win_2008"], "credentials": {"username": "Administrator", "password": "mypassw0rd4321"}, "allocated": false, "os": "windows", "alive": false}, "5": {"endpoint": {"ip": "192.168.100.11", "protocol": "winrm-http", "port": 5985}, "name": "win2008_server_3", "tags": ["test", "win_2008"], "credentials": {"username": "Administrator", "password": "mypassw0rd4321"}, "allocated": false, "os": "windows", "alive": false}, "6": {"endpoint": {"ip": "192.168.100.12", "protocol": "ssh", "port": 22}, "name": "centos_cluster_0", "tags": ["test", "redhat"], "credentials": {"username": "centos", "password": "clusterP@ssw0rd"}, "allocated": false, "os": "linux", "alive": false}, "7": {"endpoint": {"ip": "192.168.100.13", "protocol": "ssh", "port": 22}, "name": "centos_cluster_1", "tags": ["test", "redhat"], "credentials": {"username": "centos", "password": "clusterP@ssw0rd"}, "allocated": false, "os": "linux", "alive": false}, "8": {"endpoint": {"ip": "192.168.100.14", "protocol": "ssh", "port": 22}, "name": "centos_cluster_2", "tags": ["test", "redhat"], "credentials": {"username": "centos", "password": "clusterP@ssw0rd"}, "allocated": false, "os": "linux", "alive": false}, "9": {"endpoint": {"ip": "192.168.100.15", "protocol": "ssh", "port": 22}, "name": "centos_cluster_3", "tags": ["test", "redhat"], "credentials": {"username": "centos", "password": "clusterP@ssw0rd"}, "allocated": false, "os": "linux", "alive": false}}}