requirements: change naming to repo name

This commit is contained in:
Anton Iakimov 2024-05-03 17:49:32 +02:00
parent f072766321
commit 5135f173ed
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
2 changed files with 13 additions and 13 deletions

View File

@ -12,15 +12,15 @@
- name: Configure Waku Storage DB Nodes
hosts: node-db
roles:
- { role: open-ports, tags: open-ports }
- { role: swap-file, tags: swap-file }
- { role: infra-role-open-ports, tags: open-ports }
- { role: infra-role-swap-file, tags: swap-file }
- { role: infra-role-postgres-ha, tags: postgres-ha }
- name: Configure Waku Nodes
hosts: node
roles:
- { role: open-ports, tags: open-ports }
- { role: swap-file, tags: swap-file }
- { role: certbot, tags: certbot }
- { role: nim-waku, tags: nim-waku }
- { role: nginx, tags: nginx }
- { role: infra-role-open-ports, tags: open-ports }
- { role: infra-role-swap-file, tags: swap-file }
- { role: infra-role-certbot, tags: certbot }
- { role: infra-role-nim-waku, tags: nim-waku }
- { role: nginx, tags: nginx }

View File

@ -7,28 +7,28 @@
src: git@github.com:status-im/infra-role-wireguard.git
scm: git
- name: open-ports
- name: infra-role-open-ports
src: git@github.com:status-im/infra-role-open-ports.git
scm: git
- name: swap-file
- name: infra-role-swap-file
src: git@github.com:status-im/infra-role-swap-file.git
scm: git
- name: consul-service
- name: infra-role-consul-service
src: git@github.com:status-im/infra-role-consul-service.git
scm: git
- name: systemd-timer
- name: infra-role-systemd-timer
src: git@github.com:status-im/infra-role-systemd-timer.git
scm: git
- name: certbot
- name: infra-role-certbot
src: git@github.com:status-im/infra-role-certbot.git
version: c7a5afe6a7d76f7c021041ec1e7df4f7e46cf374
scm: git
- name: nim-waku
- name: infra-role-nim-waku
src: git@github.com:status-im/infra-role-nim-waku.git
version: 468ee1af0e0bb6b0c9167f1696e3a6cb73eeed79
scm: git