mirror of
https://github.com/trailofbits/algo
synced 2024-11-16 12:12:55 +00:00
10 lines
217 B
YAML
10 lines
217 B
YAML
|
---
|
||
|
- name: Include prompts playbook
|
||
|
import_playbook: input.yml
|
||
|
|
||
|
- name: Include cloud provisioning playbook
|
||
|
import_playbook: cloud.yml
|
||
|
|
||
|
- name: Include server configuration playbook
|
||
|
import_playbook: server.yml
|