ansible_xdata/roles/xdata_env.yml
2021-01-13 20:14:08 +08:00

14 lines
188 B
YAML

---
- hosts: xdata_server
gather_facts: false
remote_user: root
roles:
- yumconfig
- dependencies
- openssh
- python
- supervisor
- mongodb
- gitinstall