File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ deploy-vio-on-inventory:
1919
2020.PHONY : register-inventory-on-gcp-hub # # 🚀 Register the edge devices on the GCP hub
2121register-inventory-on-gcp-hub :
22- ansible-playbook -v -i inventory.ini register_edge_on_gcp_hub .yml -e ansible_python_interpreter=.venv/bin/python
22+ ansible-playbook -v -i inventory.ini register_inventory_on_gcp_hub .yml -e ansible_python_interpreter=.venv/bin/python
2323
24- .PHONY : test-registering -localhost-on-gcp-hub # # 🚀 Test registering localhost on the GCP hub
25- test-registering -localhost-on-gcp-hub :
26- ansible-playbook -v -c local -l localhost -i inventory.ini register_edge_on_gcp_hub .yml -e ansible_python_interpreter=.venv/bin/python
24+ .PHONY : test-register -localhost-on-gcp-hub # # 🚀 Test register localhost on the GCP hub
25+ test-register -localhost-on-gcp-hub :
26+ ansible-playbook -v -c local -l localhost -i inventory.ini register_inventory_on_gcp_hub .yml -e ansible_python_interpreter=.venv/bin/python
Original file line number Diff line number Diff line change 33
44[edge_1:vars]
55EDGE_NAME =" edge1"
6- IP_ADDRESS =" 10.103.252.192 "
6+ IP_ADDRESS =" 172.23.26.58 "
77
88[edge_2]
99172.23.26.10 ansible_user =devkit ansible_password =devkit
1010
1111[edge_2:vars]
1212EDGE_NAME =" edge2"
13- IP_ADDRESS =" 10.103.253.2 "
13+ IP_ADDRESS =" 172.23.26.10 "
1414
1515; [localhost]
1616; 127.0.0.1
Original file line number Diff line number Diff line change 1- - name : " Register edge on GCP hub"
1+ - name : " Register inventory on GCP hub"
22 hosts : all
33 tasks :
44 - name : Create edge_ip file
You can’t perform that action at this time.
0 commit comments