mirror of
https://github.com/status-im/infra-swarm.git
synced 2025-02-23 04:48:13 +00:00
add readme
This commit is contained in:
parent
a4ea13c7c2
commit
de790722fb
14
ansible/README.md
Normal file
14
ansible/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Description
|
||||||
|
|
||||||
|
Herein lie all ansible related files __except__ for `ansible.cfg` at the root of the repo for easier usage without having to `cd` here.
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
Simply run the playbook.
|
||||||
|
```
|
||||||
|
ansible-playbook ansible/main.yml
|
||||||
|
```
|
||||||
|
|
||||||
|
# Inventory
|
||||||
|
|
||||||
|
The inventory we use is generated from Terraform via the `terraform-provider-ansible` which generates the necessary data structures in the Consul storage that is later used by the `terraform.py` script to provide hosts and their variables to `ansible`.
|
Loading…
x
Reference in New Issue
Block a user