Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 653 Bytes

README.MD

File metadata and controls

21 lines (13 loc) · 653 Bytes

Make your own agario server on EC2

About Project

Project contain docker and ansible to deployment agario server on EC2 Instance

Requirements

Debian family OS AMI

Configuration

First of all, you can go to roles/nodejs/vars/main.yml and change ec2_user (if you use Debian). ec2_user - username of your AMI,it is necessary that Ansible can login to EC2 Then you can change way to your private_key_file in ansible.cfg

Run Ansible Roles

$ ansible-playbook ogar.yml -e "access_key=1234567890 secret_key=1234567890 keypair=My_Key_Pair"

After this, Ansible create your EC2 Instance and install Ogar3 on this instance.