Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.37 KB

Xroad & ansible & AWS || Vagrant

Example xroad 6 secure server installation using vagrant(or ec2) + ansible.

Table of Contents

  1. Quick start using vagrant
  2. EC2 Usage
  3. References

Quick start

  • Boot vagrant box
  vagrant up
  • Configure vars, look at site.yml

  • Run ansible playbook

  ansible-playbook -vvv ./ansible/site.yml

EC2

To get started, install EC2.py scripts. See Amazon Documentation

  • Rename ansible.cfg.ec2 to ansible.cfg and edit accordingly

  • Configure vars, look at site.yml (TODO, setup VPC, EIP and Security Groups using ansible)

  • Run ansible playbook

  ansible-playbook -vvv ./ansible/site.yml

References