8 lines
183 B
YAML
8 lines
183 B
YAML
---
|
|
|
|
- hosts: bank
|
|
vars:
|
|
bank_revbank_git: https://github.com/bitlair/revbank.git
|
|
roles:
|
|
- { role: "common", tags: [ "common" ] }
|
|
- { role: "bank", tags: [ "bank" ] }
|