blockscout-terraform/deploy_infra.yml

10 lines
401 B
YAML
Raw Normal View History

- name: Prepare infrastructure
hosts: localhost
roles:
- { role: check }
- { role: s3, when: "backend|bool == true" }
- { role: dynamodb, when: "backend|bool == true" }
- { role: main_infra }
2019-05-15 04:15:48 -07:00
- { role: s3_config, when: "backend|bool == true and upload_config_to_s3|bool == true" }
- { role: s3_debug, when: "backend|bool == true and upload_debug_info_to_s3|bool == true" }