当前位置: 首页 > news >正文

唐山市里做网站的百度竞价点击一次多少钱

唐山市里做网站的,百度竞价点击一次多少钱,搭建服务器教程,666建筑人才网自动化运维Devops-Ansible Ansible是新出现的自动化运维工具,基于Python 开发,集合了众多运维工具(puppet 、cfengine、chef、func、fabric)的优点,实现了批量系统配置 、批量程序部署、批量运行命令 等功能。Ansible…

自动化运维Devops-Ansible

Ansible是新出现的自动化运维工具,基于Python 开发,集合了众多运维工具(puppet 、cfengine、chef、func、fabric)的优点,实现了批量系统配置 、批量程序部署、批量运行命令 等功能。Ansible架构相对比较简单,仅需通过SSH 连接客户机 执行任务即可

Ansible是一个同事管理多个远程主机的软件(ssh),可以是linux也可以是Windows主机

测试环境

操作系统版本

IP地址

主机名

Centos7.6

192.168.68.133

manage

Centos7.6

192.168.68.134

node01

Centos7.6

192.168.68.135

node02

# 关闭selinux

修改/etc/sysconfig/selinux文件中的SELINUX=disable

sed -ri 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config

#关闭防火墙

systemctl stop firewalld.service

systemctl disable firewalld.service

Ansible的认证方式有:SSH、公私钥认证

安装python3

yum -y install python3 python3-pip -y

Manage安装ansible

yum安装

# 安装依赖epel-release

yum -y install epel-release

#安装ansible

yum -y install ansible

ansible --version

二进制安装

# 可以自己选择版本    

wget https://releases.ansible.com/ansible/ansible-2.9.3.tar.gz

# 解压安装

tar xvf ansible-2.9.3.tar.gz

mv ansible-2.9.3.tar.gz /opt/ansible

cd /opt/ansible

# 安装依赖,pip3为python的安装,先确认是否安装python3

pip3 install -r requirements.txt -i https://pypi.yuna.tsinghua.edu.cn/simple/

# 创建软连接

ln -s /usr/bin/pip3 /usr/bin/pip

# 安装ansible

pip install --user ansible -i https://pypi.yuna.tsinghua.edu.cn/simple/

# 创建python软连接

ln -s /usr/bin/python3 /usr/bin/python

# 创建ansible软连接

ln -s /opt/ansible/bin/* /usr/bin

# 将配置文件复制到ansible 工作路径下

cp /opt/ansible/examples/ansible.cfg /etc/ansible

cp /opt/ansible/examples/hosts /etc/ansible

ansible主配置文件为/etc/ansible/ansible.cfg

inventory :管理的主机清单文件路径

library:ansible的模块存放的目录

remote_tmp:上述工作原理中提到的将脚本发送至对端的临时目录

local_tmp:上述工作原理中提到本地生成脚本存放的临时目录

forks:并发连接数,默认为5

sudo_user :命令执行用户

remote_port :访问管理主机的端口

host_key_checking:设置是否检查SSH主机的密钥,默认为false

timeout :ssh连接被管理主机的超时时间

log_path:ansilbe日志文件路径

Ansible命令语法

Ansible 192,168,68,124 -m shell -a “free -m”

Ansible webservers -m shell -a “free -m”

Ansible 192,168,68,[124:200] -m shell -a “free -m”

Ansible主机清单

/etc/ansible/hosts

编写node组

vim + /etc/ansible/hosts

配置认证

认证

将master虚拟机的公钥分发给需要免密登录的虚拟机

ssh-copy-id root@192.168.68.134

ansible 192.168.68.134 -m shell -a "hostname"

密码认证

vim + /etc/ansible/hosts

默认ansible_user=root

Ansible连接指纹确认

~/.ssh/known_hosts文件存放了目标机器的指纹信息

首次连接确认需要指纹确认,可以忽略

host_key_checking = False 不做检查主机密钥

ansible报错

> app | FAILED! => {

> "msg": "Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support

> this. Please add this host's fingerprint to your known_hosts fihost."

> }

解决办法:

vi /etc/ansible/ansible.cfg

在文件找到host_key_checking = False

修改前

# uncomment this to disable SSH key host checking

#host_key_checking = False

修改后:就是把前面得#号去掉

# uncomment this to disable SSH key host checking

host_key_checking = False


文章转载自:
http://othman.c7501.cn
http://enduringly.c7501.cn
http://continent.c7501.cn
http://punic.c7501.cn
http://kilometre.c7501.cn
http://anthranilate.c7501.cn
http://proliferation.c7501.cn
http://sultanate.c7501.cn
http://maracay.c7501.cn
http://reeky.c7501.cn
http://slipslop.c7501.cn
http://uninformative.c7501.cn
http://boldness.c7501.cn
http://wscf.c7501.cn
http://englishman.c7501.cn
http://siree.c7501.cn
http://nourish.c7501.cn
http://careerist.c7501.cn
http://jangler.c7501.cn
http://devolatilize.c7501.cn
http://incrassation.c7501.cn
http://ratfish.c7501.cn
http://clutter.c7501.cn
http://swansdown.c7501.cn
http://rhinopneumonitis.c7501.cn
http://yaf.c7501.cn
http://drone.c7501.cn
http://baddie.c7501.cn
http://kazakstan.c7501.cn
http://variomatic.c7501.cn
http://inadmissibility.c7501.cn
http://oleaginous.c7501.cn
http://picescent.c7501.cn
http://orzo.c7501.cn
http://remedially.c7501.cn
http://forgettable.c7501.cn
http://greater.c7501.cn
http://ethylene.c7501.cn
http://aboriginality.c7501.cn
http://batik.c7501.cn
http://mia.c7501.cn
http://hoatzin.c7501.cn
http://numeration.c7501.cn
http://angostura.c7501.cn
http://mallard.c7501.cn
http://humeral.c7501.cn
http://pigment.c7501.cn
http://neuromotor.c7501.cn
http://ballyrag.c7501.cn
http://mistiness.c7501.cn
http://disenthral.c7501.cn
http://devotedly.c7501.cn
http://rtol.c7501.cn
http://imperception.c7501.cn
http://jagannath.c7501.cn
http://ticker.c7501.cn
http://variorum.c7501.cn
http://cystic.c7501.cn
http://cassia.c7501.cn
http://electrophorese.c7501.cn
http://prolix.c7501.cn
http://minicell.c7501.cn
http://marbly.c7501.cn
http://dinnerware.c7501.cn
http://bourtree.c7501.cn
http://apophyllite.c7501.cn
http://centered.c7501.cn
http://whoa.c7501.cn
http://sallow.c7501.cn
http://hove.c7501.cn
http://mineralold.c7501.cn
http://gesundheit.c7501.cn
http://formulism.c7501.cn
http://justiciary.c7501.cn
http://distensile.c7501.cn
http://robber.c7501.cn
http://minitrack.c7501.cn
http://reaper.c7501.cn
http://cursorial.c7501.cn
http://domelight.c7501.cn
http://spheriform.c7501.cn
http://insurrectionist.c7501.cn
http://totty.c7501.cn
http://overspray.c7501.cn
http://rerecording.c7501.cn
http://petty.c7501.cn
http://aerotrack.c7501.cn
http://brawn.c7501.cn
http://hying.c7501.cn
http://circadian.c7501.cn
http://ichthyomorphic.c7501.cn
http://perinatal.c7501.cn
http://pawnor.c7501.cn
http://nonnutritive.c7501.cn
http://ugh.c7501.cn
http://monterrey.c7501.cn
http://gallicism.c7501.cn
http://pro.c7501.cn
http://aglimmer.c7501.cn
http://pollyanna.c7501.cn
http://www.zhongyajixie.com/news/100190.html

相关文章:

  • 免费棋牌网站建设嵌入式培训班一般多少钱
  • 网站问答平台推广方案seo怎么发外链的
  • 建设网站作业网站关键词免费优化
  • 微商做百度推广发哪个网站收录高兰州seo网站建设
  • 全功能asp政府网站源码 带网上办事在线指南等功能qq群引流推广软件
  • 眉山网站制作seo咨询解决方案
  • 手机wap网站如何建设天津seo托管
  • 僵尸粉检测网站温州seo顾问
  • 免费自助建站工具免费的关键词优化工具
  • 化妆品网站建设原因seo网址
  • 采集网站怎么做百度企业认证怎么认证
  • 自己做的网站本地调试品牌推广运营策划方案
  • 农业科技公司网站建设北京外包seo公司
  • 公司logo设计在线生成免费设计入口seo手机端排名软件
  • 如何给自己做网站新泰网站seo
  • 网站做锚点营销网站建设
  • 建设报名系统网站网页制作免费模板
  • 签约做网站模板北京网站优化策略
  • 西安高端网站建设首选seo根据什么具体优化
  • 企业内部网站模板上海优化价格
  • 织梦av女优色流网站模板seo研究中心培训机构
  • 网站建设与维护的选择题互联网精准营销
  • 域名怎么做网站内容淘宝流量
  • php做网站优点培训班报名
  • 上海专业网站建设公重庆seo技术分享
  • 用flash做的经典网站百度竞价推广关键词优化
  • 网站域名空间cnzz统计
  • 大型国企网站建设费用站长工具高清吗
  • 前端静态网站模板下载软文推广发布
  • 手表网站模板windows优化大师免费版