Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 272 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 272 Bytes

Infra

Terraform

Terraform state is stored on a Scaleway bucket.

cd terraform/
source .env
terraform init
terraform plan
terraform apply

Ansible

ansible-galaxy install -r requirements.yml
ansible-playbook playbook.yml