mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-22 02:18:06 +00:00
portal: extrac portal-bridge setup to new playbook
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e2c8ce0175
commit
4be597d182
@ -22,11 +22,3 @@
|
||||
with_sequence: start=1 end=32
|
||||
loop_control:
|
||||
loop_var: index
|
||||
|
||||
- name: Configure Nimbus Portal Bridge
|
||||
become: true
|
||||
vars_files: portal-bridge.yml
|
||||
hosts:
|
||||
- metal-01.ih-eu-mda1.nimbus.fluffy
|
||||
roles:
|
||||
- { role: infra-role-portal-bridge, tags: portal-bridge }
|
||||
|
19
ansible/portal.yml
Normal file
19
ansible/portal.yml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
- 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 }
|
Loading…
x
Reference in New Issue
Block a user