Skip to content

Commit 590bd7e

Browse files
committed
ci: add README.md
1 parent 64242f3 commit 590bd7e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

infra/ansible/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Guide to Deploy
2+
3+
## Batcher
4+
5+
To deploy the Batcher you need to set some variables and then run the Batcher playbook
6+
7+
Create the variables files:
8+
9+
```shell
10+
make ansible_batcher_create_env
11+
```
12+
13+
This will create the following files in `infra/ansible/playbooks/ini`
14+
15+
- `config-batcher.ini`
16+
- `env-batcher.ini`
17+
- `caddy-batcher.ini`
18+
19+
Now you have to set those variables.
20+
21+
Deploy the Batcher:
22+
23+
```shell
24+
make ansible_batcher_deploy INVENTORY=</path/to/inventory> KEYSTORE=<path/to/keystore>
25+
```

0 commit comments

Comments
 (0)