Skip to content

Commit a4be3e5

Browse files
committed
chore: added RoverBuilder
1 parent dd79ee3 commit a4be3e5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

hosts.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
; --------------------------------------------------------------------
2929

3030

31+
[roverbuilder]
32+
192.168.0.184 ansible_user=debix custom_address=192.168.0.184 rover_id=0 rover_name=RoverBuilder rover_password=a6caecf790605da0544a71b29fe91f21a44a0ec2d5934d77a06831a7d0afc2fa rover_password_plain=debix
33+
3134
[rover01]
3235
rover01.local ansible_user=debix custom_address=192.168.0.101 rover_id=1 rover_name=Dijkstra rover_password=a6caecf790605da0544a71b29fe91f21a44a0ec2d5934d77a06831a7d0afc2fa rover_password_plain=debix
3336

@@ -94,6 +97,7 @@ rover20.local ansible_user=debix custom_address=192.168.0.120 rover_id=20 rover_
9497

9598
[fleet:children]
9699

100+
roverbuilder
97101
rover01
98102
rover02
99103
rover03

tasks/setup.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
# Write controller-time to the controller’s log
166166
# ───────────────────────────────────────────────────────
167167
- name: Append this flash event to history (controller side)
168+
become: true
168169
tags:
169170
- flash
170171
delegate_to: localhost
@@ -173,11 +174,12 @@
173174
create: yes
174175
insertafter: EOF
175176
line: "{{ inventory_hostname }} flashed at {{ lookup('pipe','date --iso-8601=seconds') }}"
177+
ignore_errors: true
176178

177179
# ───────────────────────────────────────────────────────
178180
# Write controller-time to the rover’s log
179181
# ───────────────────────────────────────────────────────
180-
- name: Append this flash event to the devices own history
182+
- name: Append this flash event to the device's own history
181183
tags:
182184
- flash
183185
become: true

0 commit comments

Comments
 (0)