Compare commits

..

No commits in common. "d1bfafba1a6ca0231c144463d92aaa90a3d030a8" and "e13e5026b5fd98d7866c4f2ac5b5f1bb2c5ba44e" have entirely different histories.

2 changed files with 17 additions and 1 deletions

View File

@ -550,7 +550,7 @@ spec:
- name: MQTT_TOPIC_CAMERA
valueFrom:
configMapKeyRef:
key: MQTT_TOPIC_CAMERA_OAK_COLOR
key: MQTT_TOPIC_CAMERA
name: robocar
- name: MQTT_TOPIC_STEERING
valueFrom:

View 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