infra-nimbus/ansible/pyrmont.yml
Jakub Sokołowski 5d5857928d
pyrmont: expose REST API at insecura.nimbus.team
Inteded for tests of public insecure API access for Jacek.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-11-22 15:36:56 +01:00

27 lines
705 B
YAML

---
- name: Verify Ansible versions
hosts: all
tags: always
become: false
run_once: true
gather_facts: false
tasks:
- local_action: command ./versioncheck.py
changed_when: false
- name: Deploy pyrmont Metal beacon nodes
become: true
serial: '{{ serial|default(4) }}'
hosts:
- nimbus-pyrmont-metal
roles:
- { role: redirect-ports, tags: redirect-ports }
- { role: get-geth-web3-urls, tags: get-geth-web3-urls }
tasks:
- include_role: name=infra-role-beacon-node-linux
tags: [ beacon-node, infra-role-beacon-node-linux ]
with_items: '{{ nodes_layout[hostname] }}'
loop_control:
loop_var: node
index_var: port_offset