https://docs.ansible.com/ansible/latest/modules/yum_repository_module.html
https://docs.ansible.com/ansible/latest/modules/yum_module.html#yum-module
https://docs.ansible.com/ansible/latest/modules/service_module.html#service-module
https://docs.ansible.com/ansible/latest/modules/script_module.html#script-module
两个模块都是用于执行linux命令的,这对于命令熟悉的工程师来说,用起来非常high。
https://docs.ansible.com/ansible/latest/modules/stat_module.html#stat-module
ansible是一种由Python开发的自动化运维工具,集合了众多运维工具(puppet、cfengine、chef、func、fabric)的优点,实现了批量系统配置、批量程序部署、批量运行命令等功能。ansible是基于模块工作的,本身没有批量部署的能力...
视频:部署前准备 视频:ssh证书互信设置 视频:ansible平台部署 视频:主机列表文件hosts文件 视频:ansible自动化平台部署知识图谱
ansible是基于模块工作的,本身没有批量部署的能力。真正具有批量部署的是ansible所运行的模块,ansible只是提供一种框架。
https://docs.ansible.com/ansible/latest/modules/hostname_module.html#hostname-module