14 lines
188 B
YAML
14 lines
188 B
YAML
---
|
|
|
|
- hosts: xdata_server
|
|
gather_facts: false
|
|
remote_user: root
|
|
roles:
|
|
- yumconfig
|
|
- dependencies
|
|
- openssh
|
|
- python
|
|
- supervisor
|
|
- mongodb
|
|
- gitinstall
|