version: '2' tasks: default: cmds: - ansible-playbook -i inventory -i inventory.json deploy.yaml - terraform init - terraform apply -auto-approve - ansible-playbook -i inventory -i inventory.json common.yaml wordpress: cmds: - ansible-playbook -i inventory -i inventory.json wordpress.yaml