ansible之playbook

一键基础环境部署脚本html --- - hosts: commons tasks: - name: Bash environment install yum: name={{ item }} state=present with_items: - gcc - gcc-c++ - gdb - readline-devel - bind-utils - lsof - dos2unix - mtr -
相关文章
相关标签/搜索