Jim Rigsbee
2020-02-13 c07bc292a806a26dfb9412d7613ac3f8e134ecb5
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name:
  set_fact:
    bastion_dns_name: "bastion.{{ guid }}{{ subdomain_base_suffix }}"
  when: bastion_dns_name is not defined
 
- name: Report provisioning status
  uri:
    url: "http://{{ bastion_dns_name }}:30904/api/provision/v1/report"
    method: POST
    body: "{{ status_json }}"
    status_code: 200
    body_format: json