Skip to content

bacrossland/triplea-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible playbooks for TripleA servers on AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published