2022-11-08 16:51:08 +00:00
|
|
|
---
|
|
|
|
- name: Verify Ansible versions
|
|
|
|
hosts: all
|
|
|
|
tags: always
|
|
|
|
become: false
|
|
|
|
run_once: true
|
|
|
|
gather_facts: false
|
|
|
|
tasks:
|
2024-06-13 15:19:32 +00:00
|
|
|
- local_action: command ./roles.py --check
|
2022-11-08 16:51:08 +00:00
|
|
|
changed_when: false
|
|
|
|
|
|
|
|
- name: Configure ERA files hosting
|
|
|
|
become: true
|
|
|
|
hosts:
|
2024-10-08 13:57:57 +00:00
|
|
|
- erigon-01.ih-eu-mda1.nimbus.mainnet
|
2023-09-29 15:48:02 +00:00
|
|
|
- linux-01.ih-eu-mda1.nimbus.sepolia
|
2024-05-22 15:53:39 +00:00
|
|
|
- geth-01.ih-eu-mda1.nimbus.holesky
|
2022-11-08 16:51:08 +00:00
|
|
|
roles:
|
2024-03-10 12:26:14 +00:00
|
|
|
- { role: infra-role-open-ports, tags: open-ports }
|
|
|
|
- { role: infra-role-origin-certs, tags: origin-certs }
|
|
|
|
- { role: infra-role-nginx, tags: nginx }
|