Learn ansible notes 1

ansible features:

- Modular design

- ssh and requires only Python which can use

- Clientless

- Powerful, rich module

- easy to use low-threshold

- python-based development, do secondary development easier

- Use more companies, community activists

EPEL source if installed, can be mounted directly yum

# yum安装
yum install ansible -y
# Verify the installation
ansible --version

 

Guess you like

Origin www.cnblogs.com/gcixx/p/11139942.html