Export Artifacts

Export ArtifactsΒΆ

You can export both the Terraform modules and Ansible playbooks to deploy certain components standalone or with custom configurations. Use the following commands to export those scripts:

docker container run --detach --name docker-cluster --entrypoint sh docker/cluster:latest
docker container cp docker-cluster:/cluster/terraform terraform
docker container cp docker-cluster:/cluster/ansible ansible
docker container stop docker-cluster
docker container rm docker-cluster