📜  ansible 如何在远程机器上安装 apache - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:49.287000             🧑  作者: Mango

代码示例1
ansible web_server_group -i devops_inventory -b -m apt -a "name=apache2 state=present"