Browse Source

wip

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

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

@ -66,7 +66,15 @@
The JMESPath library is required by this playbook. The JMESPath library is required by this playbook.
Please install the JMESPath library with 'pip install jmespath'. 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 - name: Find signature integrations
uri: uri:

Loading…
Cancel
Save