infra-nimbus/ansible/era.yml

23 lines
620 B
YAML
Raw Normal View History

---
- name: Verify Ansible versions
hosts: all
tags: always
become: false
run_once: true
gather_facts: false
tasks:
- local_action: command ./roles.py --check
changed_when: false
2024-10-31 12:22:38 +00:00
- name: Configure ERA & ERA1 files hosting
become: true
hosts:
- erigon-01.ih-eu-mda1.nimbus.mainnet
2024-10-31 12:22:38 +00:00
- nel-01.ih-eu-mda1.nimbus.mainnet
- linux-01.ih-eu-mda1.nimbus.sepolia
- geth-01.ih-eu-mda1.nimbus.holesky
roles:
- { role: infra-role-open-ports, tags: open-ports }
- { role: infra-role-origin-certs, tags: origin-certs }
- { role: infra-role-nginx, tags: nginx }