# Using this Ansible role from Docker You can use this Ansible role as a container image and provision an API in 3scale very quickly. You would first need to provision your 3scale Admin Portal hostname, access token and optionally the Red Hat SSO Issuer Endpoint in the same format as a Kubernetes secret: ```sh mkdir -p /tmp/secrets cat > /tmp/secrets/hostname < /tmp/secrets/access_token < /tmp/secrets/sso_issuer_endpoint <