Skip to content

Commit 4236f08

Browse files
committed
automatically define rebuild image
1 parent 72aec95 commit 4236f08

File tree

1 file changed

+3
-0
lines changed
  • environments/.stackhpc/inventory/group_vars/all

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# rebuilding volume-backed instances requires the image to be specified
2+
# this is a bit hacky and can go away if/when ansible templates terraform
3+
rebuild_image: "{{ lookup('file', appliances_environment_root + '/terraform/main.tf') | regex_search('openhpc-[0-9a-z-]*') }}"

0 commit comments

Comments
 (0)