infra-the-hive/ansible/inventory
Jakub Sokołowski d85e4c3c49
rename infra-role-bootstrap-linux, upgrade consul
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-07-29 22:06:34 +02:00
..
README.md add ansible files 2020-10-06 14:28:39 +02:00
prod rename infra-role-bootstrap-linux, upgrade consul 2021-07-29 22:06:34 +02:00

README.md

Description

The files here are Ansible invenotyr 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 while Consul is unavailable do:

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

Details

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