/ec2-staging-deploy

Ansible role for deployment app to staging servers

omiguelperez.ec2_staging_deploy

With this role we can deploy services to staging machines.

Role Variables

Global vars:

github_org_name: your_org_name
project_domain: yourdomain.com

AWS config vars:

region: sa-east-1
ecr_environment: staging

Github repos vars:

deploy_repo: org-deploy
backend_repo: org-backend
client_repo: org-web

Docker services config vars:

docker_network: project_network
services:
  - 3.web
  - 2.backend
  - 1.lb

Keys vars:

github_ssh_keys:
  - id_rsa.pub
  - id_rsa

Example Playbook

    - hosts: servers
      roles:
         - { role: omiguelperez.ec2_staging_deploy }

License

BSD

Author Information

Oscar Pérez