diff --git a/README.md b/README.md index cce459a1931d03b3e4dc173df057d06478bb0395..613fcd197ed9224a472a2cf8ce600c5a204dfc5b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,26 @@ Container registry vm using Harbor. +## Requirements + +`ansible/main/vars/secret.yaml` should be created from the example. + +## Running + +Terraform +``` +cd terraform +./bootstrap.sh +terraform apply +``` + +Ansible +``` +cd ansible +./bootstrap.sh +ansible-playbook main/base.yaml +``` + ## Terraform `/terraform` folder contains a configuration