文章分类 -  linux

摘要:一、安装前环境Centos 7 最小化安装 | 4G内存 | 100GB硬盘 注:Ansible-Tower目前支持7.4+的版本,可以使用yum update -y命令更新 同时机器一定要联网,因为执行./setup的时候会联网安装很多的依赖包,安装速度和你的网速有关 二、安装Ansible1.安 阅读全文
posted @ 2019-07-08 16:44 一个搬砖户 阅读(1248) 评论(0) 推荐(0)
摘要:ansible安装方式 yum安装 ansible安装常用两种方式,yum安装和pip程序安装 (推荐yum 安装) yum install epel-release -y yum install ansible -y pip(python的包管理模块)安装 pip install ansible 阅读全文
posted @ 2019-07-05 15:07 一个搬砖户 阅读(218) 评论(0) 推荐(0)
摘要:一、service方式 查看防火墙状态: [root@centos6 ~]# service iptables status iptables:未运行防火墙。 开启防火墙: [root@centos6 ~]# service iptables start 关闭防火墙: [root@centos6 ~ 阅读全文
posted @ 2019-06-28 17:47 一个搬砖户 阅读(4034) 评论(0) 推荐(0)