Jim Rigsbee
2020-02-19 b85b617c82f35924483db96c2777c9f1f31aaea4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- hosts: localhost
  connection: local
  become: false
  tasks:
    - name: Send start status
      uri:
        url: http://bastion.33cc33cc.do417.dev.nextcle.com/api/provision/v1/report
        method: POST
        body_format: json
        body:
          status: "allocating infrastructure"
        status_code:
          - 200