Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 343 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 343 Bytes

purpose:

This is CACAO formatted Terraform and Ansible meant to deploy an OFO dev environment to Ubuntu 22.04

use without CACAO:

# obtain and source openrc.sh:
source openrc.sh

# start an ssh-agent:
eval `ssh-agent`
ssh-add ~/.ssh/key

# initialize terraform:
terraform init

# apply the configs:
terraform apply --auto-approve