mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-12 23:04:40 +00:00
Jakub Sokołowski
e7e457395a
https://github.com/status-im/infra-nimbus/issues/72 Signed-off-by: Jakub Sokołowski <jakub@status.im>
19 lines
435 B
YAML
19 lines
435 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: Configure RocketPool & Eth1 nodes
|
|
become: true
|
|
hosts:
|
|
- nimbus-eth1-metal
|
|
roles:
|
|
- { role: infra-role-rocketpool-smart-node, tags: rocketpool }
|
|
- { role: infra-role-nimbus-eth1, tags: nimbus-eth1 }
|