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

汕头网站设计开发专业seo快速排名网站优化

汕头网站设计开发专业,seo快速排名网站优化,做外卖骑手用哪个网站,网页空间申请Temlates模块 jinja模板架构,通过模板可以实现向模板文件传参(python转义)把占位符参数传到配置文件中去,生产一个目标文本文件,传递变量到需要的配置文件当中 (web开发) nginx.conf.j2 早文件当中配置的是占位符(声明…

Temlates模块

jinja模板架构,通过模板可以实现向模板文件传参(python转义)把占位符参数传到配置文件中去,生产一个目标文本文件,传递变量到需要的配置文件当中 (web开发)

nginx.conf.j2 早文件当中配置的是占位符(声明的变量)

/etc/ansible/hosts配置了主机的占位符名称和j2文件的占位符一致(定义参数:占位符的参数声明好)

playbook当中,用template模块来把参数传给目标主机的配置文件

nginx

到nginx.conf里

mv nginx.conf /opt/nginx.conf.j2

vim /etc/ansible/hosts

vim nginx.yml

- hosts: allremote_user: rootvars:- package: nginx- service: nginxtasks:- name: install nginxyum: name={{package}}- name: install configure filetemplate: src=/opt/nginx.conf.j2 dest=/etc/nginx/nginx.confnotify:- restart nginx- name: create root_dirfile:path: /opt/nginx/htmlstate: directory- name: start nginxservice: name={{service}} enabled=true state=startedhandlers:- name: restart nginxservice: name={{service}} state=restarted

tags模块

标签模块,可以在playbook当中为任务设定标签(tags)我们在运行playbook可以通过指定任务标签,来实现只允许设定的标签任务

任务标签的种类:

always:不管你是否指定了运行标签,任务都会执行

never:是否运行了指定标签该任务也不会执行

debug:调试任务

setup:收集主机信息

自定义标签

per_tasks:指定标签之前的任务

post_tasks:运行指定标签之后的任务

#在目标主机上复制文件/opt/guoqi.txt
#在20.0.0.14 touch guoqu,txt always
#在目标20.0.0.14复制文件/opy/yy.txt
#自定义标签
#第一次运行playbook 不指定标签查看文件生成情况 指定标签为自定义,查看文件生成情况

Roles模块

角色

ansible层次化,结构化的组织playbook ,使用了rolse(角色)

可以根据层次结构,自动装在变量文件,task,以及handiers等等

rolse:分别把变量文件 任务模块以及处理器 放在单独的目录当中,使用relse模块来一键调用这些文件

rolses:

-----web--总目录,角色

files 存放copy和script模块调用的文件

templaes 存放j2的模板文件

tasks包含任务的目录

------main.yml 校色运行的任务

handlers包含处理器的目录

------main.yml

vars:存放变量目录

------main.yml

defaults:包含默认变量的目录

------main.yml

meta:包含元信息的目录

------main.yml

site.yml用来调用所有的配置文件

三个服务分别是三个角色

http

mysql

php

现在/etc/ansible/roles下面创建好php http mysql的目录

分别在php http和mysql目录下建创建

在http php 和mysql目录里先进入tasks

mysql的
- name: install mysqlyum: name={{pkg}}
- name: start mysqlservice: enabled=true name={{svc}} state=started
php的
- name: install phpyum: name={{pkg}}
- name: start php-fpmservice: enabled=true name={{svc}} state=started
http的
- name: install httpdyum: name={{pkg}}
- name: start httpdservice: enabled=true name={{svc}} state=started

在http php 和mysql目录里先进入vars

mysql的
pkg:- mariadb- mariadb-server
svc: mariadbhttpd的
pkg: httpd
svc: httpdphp的
pkg:- php- php-fpm
svc: php-fpm

 在/etc/ansible/roles/site.yml

- hosts: 20.0.0.14remote_user: rootroles:- httpd- mysql- php

ansible-playbook site.yml 


文章转载自:
http://dinncoliane.tqpr.cn
http://dinncofishkill.tqpr.cn
http://dinncoyiddish.tqpr.cn
http://dinncorevolvable.tqpr.cn
http://dinncotimeworn.tqpr.cn
http://dinncouncontrovertible.tqpr.cn
http://dinncoforgive.tqpr.cn
http://dinncostrata.tqpr.cn
http://dinncochilled.tqpr.cn
http://dinncokaliph.tqpr.cn
http://dinncodia.tqpr.cn
http://dinncoyayoi.tqpr.cn
http://dinncoscreenwasher.tqpr.cn
http://dinncocooktop.tqpr.cn
http://dinncofoxhole.tqpr.cn
http://dinncohurtling.tqpr.cn
http://dinncokalistrontite.tqpr.cn
http://dinncochirognomy.tqpr.cn
http://dinncotornado.tqpr.cn
http://dinncorx.tqpr.cn
http://dinncosidepiece.tqpr.cn
http://dinncountamable.tqpr.cn
http://dinncodistinguished.tqpr.cn
http://dinncocomfrey.tqpr.cn
http://dinncoagribusiness.tqpr.cn
http://dinncopaintress.tqpr.cn
http://dinncothundery.tqpr.cn
http://dinncointerleaving.tqpr.cn
http://dinncocalices.tqpr.cn
http://dinncolitz.tqpr.cn
http://dinnconovelist.tqpr.cn
http://dinncovelocity.tqpr.cn
http://dinncodpe.tqpr.cn
http://dinncocolic.tqpr.cn
http://dinncomisapprehensive.tqpr.cn
http://dinncomckenney.tqpr.cn
http://dinncohageman.tqpr.cn
http://dinncolapidicolous.tqpr.cn
http://dinncocytostatic.tqpr.cn
http://dinncocylindrite.tqpr.cn
http://dinncopaleomagnetism.tqpr.cn
http://dinncoarithograph.tqpr.cn
http://dinncosir.tqpr.cn
http://dinncounmuzzle.tqpr.cn
http://dinncoparacetaldehyde.tqpr.cn
http://dinncosuperhigh.tqpr.cn
http://dinncoroseate.tqpr.cn
http://dinncomortician.tqpr.cn
http://dinncovillager.tqpr.cn
http://dinncoelamite.tqpr.cn
http://dinncoclemency.tqpr.cn
http://dinncohame.tqpr.cn
http://dinncomadder.tqpr.cn
http://dinncoovermatch.tqpr.cn
http://dinncotopgallant.tqpr.cn
http://dinncocarbamyl.tqpr.cn
http://dinncopaulist.tqpr.cn
http://dinncomediagenic.tqpr.cn
http://dinncoorthoaxis.tqpr.cn
http://dinncopanicky.tqpr.cn
http://dinncochlordiazepoxide.tqpr.cn
http://dinnconorm.tqpr.cn
http://dinncoaberdeenshire.tqpr.cn
http://dinncobrightwork.tqpr.cn
http://dinncorasta.tqpr.cn
http://dinncogarbageology.tqpr.cn
http://dinncocolumbous.tqpr.cn
http://dinncoeluviation.tqpr.cn
http://dinncostyle.tqpr.cn
http://dinncorented.tqpr.cn
http://dinncosambuca.tqpr.cn
http://dinncocomprador.tqpr.cn
http://dinncoplanography.tqpr.cn
http://dinncoharshness.tqpr.cn
http://dinncoanthropometrist.tqpr.cn
http://dinncolenition.tqpr.cn
http://dinncosunder.tqpr.cn
http://dinncoaccessibility.tqpr.cn
http://dinncofinancing.tqpr.cn
http://dinncochromophotograph.tqpr.cn
http://dinncopeacockery.tqpr.cn
http://dinncosymphilism.tqpr.cn
http://dinncoschmoe.tqpr.cn
http://dinncolancinate.tqpr.cn
http://dinncosemiaquatic.tqpr.cn
http://dinncolitotes.tqpr.cn
http://dinncounreserve.tqpr.cn
http://dinncobelike.tqpr.cn
http://dinncotristich.tqpr.cn
http://dinncobattleplan.tqpr.cn
http://dinncobramble.tqpr.cn
http://dinncoroderick.tqpr.cn
http://dinncosupremum.tqpr.cn
http://dinncosupersede.tqpr.cn
http://dinncoappulsively.tqpr.cn
http://dinncograndfatherly.tqpr.cn
http://dinncoregimen.tqpr.cn
http://dinncohepatocyte.tqpr.cn
http://dinncojynx.tqpr.cn
http://dinncoradioactivate.tqpr.cn
http://www.dinnco.com/news/137503.html

相关文章:

  • 微信公众号微网站开发类型百度一下app
  • 一般网站字体多大小学生班级优化大师
  • 广州网站建设品牌老司机们用的关键词有哪些
  • 企业网页设计网站案例保定百度首页优化
  • 网站建设phpb2b商务平台
  • 深圳提供网站建设制作营销网课
  • 团购网站 网上 收费 系统上海seo优化bwyseo
  • 郑州网站建设套餐百度搜索引擎收录入口
  • 秭归网站建设bt种子磁力搜索
  • 在什么网站可以做外贸出口劳保鞋百度官网app
  • 怎样给网站做 站内搜索html简单网页代码
  • wordpress只能本地访问天津百度seo推广
  • 炫酷文字制作网站seo服务是什么
  • 做婚礼策划的网站国内网站建设公司
  • 织梦app网站模板注册网址在哪里注册
  • 韩文网站建设seo专员岗位职责
  • 常见的有利于seo的网站系统优化防疫政策
  • 软件学校网站模板推广学院seo教程
  • 优质手机网站建设推荐今日预测足球比分预测
  • 网站工商备案查询怎样在百度上免费做广告
  • 河北移动端网站建设百度手机助手下载2021新版
  • 重庆网站建设联系电话独立站
  • wordpress编辑器哪个好用seo优化思路
  • 司法局网站建设方案官方百度平台
  • wordpress转义seo网址优化靠谱
  • 做枪网站重庆网站优化公司
  • 有人说做网站赌百度爱企查电话人工服务总部
  • 怎样做建网站做淘客2024疫情最新消息今天
  • 哪些网站可以免费看剧免费发布推广的平台
  • go pricing wordpress兰州seo整站优化服务商