Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 619 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 619 Bytes

triplea-aws

Ansible playbooks for TripleA servers on AWS

VPC and subnet need to already be setup on AWS. So does the security group. Currently launches t4g.micro EC2 Ubuntu 22 instance (ami-0ff596d41505819fd).

Requirements

python 3.9+

Install

pip install -r requirements.txt

Run

To setup a bot server for the first time.

ansible-playbook main.yml

To update the maps on a bot server.

ansible-playbook -t update_maps main.yml

To deploy a new release of TripleA onto the bot server.

ansible-playbook --skip-tags update_maps prerelease main.yml