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 }
|
||||
|
|
|
@ -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…
Reference in New Issue