python-support-infra/stacks/mesh/playbook.yml

26 lines
526 B
YAML
Raw Permalink Normal View History

####################
# - Deploy Stack: mesh
####################
- name: "Deploy Stack: mesh"
hosts: "swarm_leader"
tags:
- "stage_stack"
- "stage_stack_mesh"
vars:
stack_name: "mesh"
email_letsencrypt: "{{ email_abuse }}"
roles:
- role: "stack/deploy_network_overlay"
vars:
network_name: "mesh_public"
- role: "stack/deploy_volume_s3"
vars:
volume_name: "mesh__traefik_certs"
perms_uid: "5000"
perms_gid: "5000"
- role: "stack/deploy_configs"
- role: "stack/deploy_stack"