Project contain docker and ansible to deployment agario server on EC2 Instance
Debian family OS AMI
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
$ 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.