requirements: use full names for all roles

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-14 21:55:31 +01:00
parent 01e2f7bc1e
commit 81850e6466
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 13 additions and 13 deletions

View File

@ -15,16 +15,16 @@
- boot - boot
- store - store
roles: roles:
- { role: open-ports, tags: open-ports } - { role: infra-role-open-ports, tags: open-ports }
- { role: swap-file, tags: swap-file } - { role: infra-role-swap-file, tags: swap-file }
- { role: certbot, tags: certbot } - { role: infra-role-certbot, tags: certbot }
- { role: nim-waku, tags: nim-waku } - { role: infra-role-nim-waku, tags: nim-waku }
- { role: nginx, tags: nginx } - { role: infra-role-nginx, tags: nginx }
- name: Configure Waku Storage DB Nodes - name: Configure Waku Storage DB Nodes
serial: '{{ serial|default(1) }}' serial: '{{ serial|default(1) }}'
hosts: store-db hosts: store-db
roles: roles:
- { role: open-ports, tags: open-ports } - { role: infra-role-open-ports, tags: open-ports }
- { role: swap-file, tags: swap-file } - { role: infra-role-swap-file, tags: swap-file }
- { role: infra-role-postgres-ha, tags: postgres-ha } - { role: infra-role-postgres-ha, tags: postgres-ha }

View File

@ -7,23 +7,23 @@
src: git@github.com:status-im/infra-role-wireguard.git src: git@github.com:status-im/infra-role-wireguard.git
scm: git scm: git
- name: open-ports - name: infra-role-open-ports
src: git@github.com:status-im/infra-role-open-ports.git src: git@github.com:status-im/infra-role-open-ports.git
scm: git scm: git
- name: swap-file - name: infra-role-swap-file
src: git@github.com:status-im/infra-role-swap-file.git src: git@github.com:status-im/infra-role-swap-file.git
scm: git scm: git
- name: consul-service - name: infra-role-consul-service
src: git@github.com:status-im/infra-role-consul-service.git src: git@github.com:status-im/infra-role-consul-service.git
scm: git scm: git
- name: systemd-timer - name: infra-role-systemd-timer
src: git@github.com:status-im/infra-role-systemd-timer.git src: git@github.com:status-im/infra-role-systemd-timer.git
scm: git scm: git
- name: nim-waku - name: infra-role-nim-waku
src: git@github.com:status-im/infra-role-nim-waku.git src: git@github.com:status-im/infra-role-nim-waku.git
version: 2eaeb82a0c5aae2b80e46a7c3965809f15d9b2cc version: 2eaeb82a0c5aae2b80e46a7c3965809f15d9b2cc
scm: git scm: git