mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-20 18:49:42 +00:00
Jakub Sokołowski
427b736fb2
https://github.com/status-im/infra-nimbus/issues/126 Signed-off-by: Jakub Sokołowski <jakub@status.im>
22 lines
437 B
YAML
22 lines
437 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 ERA files hosting
|
|
become: true
|
|
hosts:
|
|
- metal-03.he-eu-hel1.nimbus.mainnet
|
|
- linux-01.he-eu-hel1.nimbus.prater
|
|
roles:
|
|
- role: origin-certs
|
|
tags: origin-certs
|
|
- role: nginx
|
|
tags: nginx
|