标签:code site module install -- 系统 实例 root div
我这里仅在Centos 7.6上面实例,其他系列的后面有需要再做了。
联网、系统自带的官方源(我这里用的官方自带的系统源)、EPEL(当然这个操作会在下面列出来)
[root@k8s-master01 ~]# yum -y install epel-release [root@k8s-master01 ~]# yum -y install ansible # 这里要先安装EPEL,再安装ansible,因为安装完epel才有扩展源的信息。 [root@k8s-master01 ~]# ansible --version # 验证一下安装的结果 ansible 2.9.3 config file = /etc/ansible/ansible.cfg configured module search path = [u‘/root/.ansible/plugins/modules‘, u‘/usr/share/ansible/plugins/modules‘] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible python version = 2.7.5 (default, Oct 30 2018, 23:45:53) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
PS:当然还有其他安装方式,例如:PIP、源码安装等等。如日后有需要我也会及时补上。
标签:code site module install -- 系统 实例 root div
原文地址:https://www.cnblogs.com/guge-94/p/12348364.html