opiproject / ansible-opi-dpu

Ansible Modules for DPUs
Apache License 2.0
6 stars 8 forks source link

ci: add `--ssl` to docker compose `redfish-mockup-server` image #42

Closed glimchb closed 5 months ago

glimchb commented 6 months ago

since ansible only supports https

see https://github.com/ansible-collections/community.general/blob/21404851485e2c19f3daac4819fbbece7ada2e94/plugins/modules/redfish_command.py#L908

    root_uri = "https://" + module.params['baseuri']