mirror of
https://github.com/trailofbits/algo
synced 2024-11-13 19:12:06 +00:00
c759d75753
* Lightsail to CloudFormation * Update deploy-from-ansible.md
16 lines
344 B
YAML
16 lines
344 B
YAML
---
|
|
- name: Build python virtual environment
|
|
import_tasks: venv.yml
|
|
|
|
- name: Include prompts
|
|
import_tasks: prompts.yml
|
|
|
|
- name: Deploy the stack
|
|
import_tasks: cloudformation.yml
|
|
|
|
- set_fact:
|
|
cloud_instance_ip: "{{ stack.stack_outputs.IpAddress }}"
|
|
ansible_ssh_user: algo
|
|
ansible_ssh_port: "{{ ssh_port }}"
|
|
cloudinit: true
|