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).
python 3.9+
pip install -r requirements.txt
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