infra-shards/ansible/inventory
Jakub Sokołowski 7df38c149d
rename the shards.test fleet to status.prod
https://github.com/status-im/infra-shards/issues/33

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-07-24 12:13:50 +02:00
..
README.md Initial commit 2023-09-08 14:11:02 +02:00
prod rename the shards.test fleet to status.prod 2024-07-24 12:13:50 +02:00
staging rename shards fleet to status fleet 2024-07-03 22:00:29 +02:00

README.md

Description

The files here are Ansible inventory files generated by ansible/terraform.py.

Their purpose is an emergency inventory backup in case of failure or unavailability of Consul.

Usage

To use simply provide the file for the given stage using the -i argument.

For example, if you want to run Ansible on mailservers of eth.test fleet while Consul is unavailable do:

ansible-playbook ansible/main.yml -i ansible/inventory/beta -l mail

Terraform Backup

In addition to the Ansible inventory files the ansible/terraform.py script also stores the last seen Terraform inventory under `.terraform/terraform.tfstate.backup'.

So if ever Consul KV store is lost, it can be recovered from this copy.

Details

For more details on how Ansible and Terraform interact read this article.