mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 19:09:55 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17d9ecd1ce | |||
| 5071bb3423 | |||
| cd5df40065 |
@ -11,7 +11,7 @@ docker_compose_version: "v2.23.0"
|
|||||||
# Versions of External Node and 3rd party components
|
# Versions of External Node and 3rd party components
|
||||||
traefik_version: 2.11
|
traefik_version: 2.11
|
||||||
postgres_version: 14
|
postgres_version: 14
|
||||||
external_node_version: 24.26.0
|
external_node_version: 27.2.0
|
||||||
external_node_raw_docker_tag: ""
|
external_node_raw_docker_tag: ""
|
||||||
vmagent_version: 1.100.1
|
vmagent_version: 1.100.1
|
||||||
cadvisor_version: 0.47.2
|
cadvisor_version: 0.47.2
|
||||||
|
|||||||
@ -8,16 +8,16 @@ To run this playbook, first install dependencies
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
ansible-galaxy install -r requirements.yml
|
ansible-galaxy install -r requirements.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
and then you can run the playbook using
|
and then you can run the playbook using
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
ansible-playbook playbook.yml -i hosts.ini -K
|
ansible-playbook playbook.yml -i hosts.ini -K
|
||||||
```
|
```
|
||||||
|
|
||||||
To see logs you can use
|
To see logs you can use
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker logs en-external_node-1
|
docker logs en-external_node-1
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user