这波安装教程坑死人了。看到的同学注意了,不要用yum安装,yum安装的devel都是各个细节配置好的,不会帮助你理解整个nagios怎么和web服务器联动的,大家最好用源码安装,nagios官网有安装教程。
2018-03-26
看到留言板有很多人说python环境下安装python的问题。老师只是用这个做一个脚本的示范而已,不是说这个实际场景要这样做。
2018-03-14
1、使用yum安装
yum install epel-release -y
yum install ansible –y
1
2
2、 使用pip(python的包管理模块)安装
pip install ansible
#如果没pip,需先安装pip.yum可直接安装:
yum install python-pip
pip install ansible
yum install epel-release -y
yum install ansible –y
1
2
2、 使用pip(python的包管理模块)安装
pip install ansible
#如果没pip,需先安装pip.yum可直接安装:
yum install python-pip
pip install ansible
2018-03-04
playbook怎么用 也没讲清楚 因为playbook在实战中有课程了 如果免费课程讲了 谁还花钱学呢
2018-02-06
ansible配置文件获取的新地址:https://github.com/ansible/ansible/raw/devel/examples/ansible.cfg
2018-02-05
感谢老师,Ansible API 2.0之后的调用过了一遍还不懂,自定义Ansible Module也只看了个大概,还需要回过头去反复再看,很感谢老师了,学了很多东西
2018-01-30