ansible_xdata/roles/xdata_env.yml
2020-12-08 23:10:25 +08:00

13 lines
171 B
YAML

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