Compare commits
No commits in common. "d1bfafba1a6ca0231c144463d92aaa90a3d030a8" and "e13e5026b5fd98d7866c4f2ac5b5f1bb2c5ba44e" have entirely different histories.
d1bfafba1a
...
e13e5026b5
@ -550,7 +550,7 @@ spec:
|
|||||||
- name: MQTT_TOPIC_CAMERA
|
- name: MQTT_TOPIC_CAMERA
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
key: MQTT_TOPIC_CAMERA_OAK_COLOR
|
key: MQTT_TOPIC_CAMERA
|
||||||
name: robocar
|
name: robocar
|
||||||
- name: MQTT_TOPIC_STEERING
|
- name: MQTT_TOPIC_STEERING
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
16
ansible/roles/microservices/tasks/main.yaml
Normal file
16
ansible/roles/microservices/tasks/main.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: Copy docker-compose env file
|
||||||
|
template:
|
||||||
|
src: env
|
||||||
|
dest: /home/pi/.env
|
||||||
|
|
||||||
|
- name: Copy stack file
|
||||||
|
copy:
|
||||||
|
src: "{{ item }}"
|
||||||
|
dest: /home/pi/
|
||||||
|
with_items:
|
||||||
|
- simulator-compose.yaml
|
||||||
|
- car.yaml
|
||||||
|
- robocar.yaml
|
||||||
|
- simulator.yaml
|
Loading…
Reference in New Issue
Block a user