File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
ansible/roles/cluster_infra/tasks Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
# outputs.cluster_gateway_ip.
11
11
- block :
12
12
- name : Look up floating IP
13
- include_role :
14
- name : stackhpc.terraform.infra
15
- tasks_from : lookup_floating_ip
16
- vars :
17
- os_floating_ip_id : " {{ cluster_floating_ip }}"
13
+ azimuth_cloud.terraform.os_floating_ip_info :
14
+ floating_ip : " {{ cluster_floating_ip }}"
15
+ register : cluster_floating_ip_info
18
16
19
17
- name : Set floating IP address fact
20
18
set_fact :
21
- cluster_floating_ip_address : " {{ os_floating_ip_info.floating_ip_address }}"
22
- when : cluster_floating_ip is defined
19
+ cluster_floating_ip_address : " {{ cluster_floating_ip_info.floating_ip.floating_ip_address }}"
20
+ when :
21
+ - cluster_floating_ip is defined
22
+ - cluster_floating_ip
23
23
24
24
- name : Install Terraform binary
25
25
include_role :
26
- name : stackhpc .terraform.install
26
+ name : azimuth_cloud .terraform.install
27
27
28
28
- name : Make Terraform project directory
29
29
file :
59
59
60
60
- name : Provision infrastructure
61
61
include_role :
62
- name : stackhpc .terraform.infra
62
+ name : azimuth_cloud .terraform.infra
You can’t perform that action at this time.
0 commit comments