摘要:
# 运维自动化工具Ansible # 1. ansible安装 ### rocky安装 ```bash 需要先安装 enel源 # yum install -y epel-release 然后再安装ansible # yum install -y ansible ``` ### ubuntu安装 a 阅读全文
|
摘要:
# 运维自动化工具Ansible # 1. ansible安装 ### rocky安装 ```bash 需要先安装 enel源 # yum install -y epel-release 然后再安装ansible # yum install -y ansible ``` ### ubuntu安装 a 阅读全文
|