Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 516 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 516 Bytes

Some games automation

Ansible

Setup

  • Install ansible
  • Create hosts.yml from hostsexample

Usage

ansible-playbook -i inventories/production/hosts.yml -l HOST plb_example.yml

Terraform

Setup

  • Create keys
  • Create provider.tf from provider example
  • Install terraform

Usage

terraform init
terraform plan -out the.plan
terraform apply the.plan