|
|
@@ -7,6 +7,7 @@ tasks: |
|
|
|
- terraform init |
|
|
|
- terraform apply -auto-approve |
|
|
|
- ansible-playbook -i inventory -i inventory.json common.yaml |
|
|
|
wordpress: |
|
|
|
- ansible-playbook -i inventory -i inventory.json lxd.yaml |
|
|
|
clean: |
|
|
|
cmds: |
|
|
|
- ansible-playbook -i inventory -i inventory.json wordpress.yaml |
|
|
|
- terraform destroy -auto-approve |