File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
3235rover01.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
97101rover01
98102rover02
99103rover03
Original file line number Diff line number Diff line change 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
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 device’ s own history
182+ - name : Append this flash event to the device' s own history
181183 tags :
182184 - flash
183185 become : true
You can’t perform that action at this time.
0 commit comments