File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 26
26
tasks :
27
27
- import_role :
28
28
name : cuda
29
+
30
+ - name : Persist hostkeys across rebuilds
31
+ # Must be after filesystems.yml (for storage)
32
+ # and before portal.yml (where OOD login node hostkeys are scanned)
33
+ hosts : persist_hostkeys:!builder
34
+ become : yes
35
+ gather_facts : no
36
+ tasks :
37
+ - import_role :
38
+ name : persist_hostkeys
Original file line number Diff line number Diff line change @@ -123,3 +123,6 @@ freeipa_client
123
123
124
124
[proxy]
125
125
# Hosts to configure http/s proxies - see ansible/roles/proxy/README.md
126
+
127
+ [persist_hostkeys]
128
+ # Hosts to persist hostkeys for across reimaging. NB: Requires appliances_state_dir on hosts.
Original file line number Diff line number Diff line change @@ -69,3 +69,6 @@ openhpc
69
69
70
70
[manila]
71
71
# Hosts to configure for manila fileshares
72
+
73
+ [persist_hostkeys]
74
+ # Hosts to persist hostkeys for across reimaging. NB: Requires appliances_state_dir on hosts.
You can’t perform that action at this time.
0 commit comments