infra-nimbus/ansible/portal.yml
Jakub Sokołowski 4be597d182
portal: extrac portal-bridge setup to new playbook
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-07-02 11:20:31 +02:00

20 lines
470 B
YAML

---
- 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
- name: Configure Nimbus Portal Bridge
become: true
vars_files: portal-bridge.yml
hosts:
- metal-01.ih-eu-mda1.nimbus.fluffy
roles:
- { role: infra-role-nimbus-fluffy, tags: nimbus-fluffy }
- { role: infra-role-portal-bridge, tags: portal-bridge }