- Install ansible
- Create hosts.yml from hostsexample
ansible-playbook -i inventories/production/hosts.yml -l HOST plb_example.yml
- Create keys
- Create provider.tf from provider example
- Install terraform
terraform init
terraform plan -out the.plan
terraform apply the.plan