Browse Source

wip

pull/1/head
Nicolas Massé 3 years ago
parent
commit
ffcd2b6f61
  1. 12
      infrastructure/files/stackrox-configure-hook/configure.yaml

12
infrastructure/files/stackrox-configure-hook/configure.yaml

@ -66,8 +66,16 @@
The JMESPath library is required by this playbook.
Please install the JMESPath library with 'pip install jmespath'.
# TODO: wait for the Central to be ready
- name: Wait for the Central to be ready
uri:
url: 'https://{{ central_hostname }}'
validate_certs: '{{ validate_certs }}'
register: healthcheck
changed_when: false
until: healthcheck is succeeded
retries: 60
delay: 5
- name: Find signature integrations
uri:
url: '{{ acs_api }}/signatureintegrations'

Loading…
Cancel
Save