1da1acbfbe
* Removed old ansible-lint outside of molecule * Yamlint * Enabled ansible-lint with minimal rules * Removed ansible-lint job
17 lines
253 B
YAML
17 lines
253 B
YAML
---
|
|
- name: Install Oracle
|
|
hosts: oracle
|
|
become: true
|
|
roles:
|
|
- { role: oracle }
|
|
- name: Install UI
|
|
hosts: ui
|
|
become: true
|
|
roles:
|
|
- { role: ui }
|
|
- name: Install Monitor
|
|
hosts: monitor
|
|
become: true
|
|
roles:
|
|
- { role: monitor }
|