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

深圳做网站建设的哪家效果好又便宜广东做seo的公司

深圳做网站建设的哪家效果好又便宜,广东做seo的公司,网络推广违法吗,株洲在线论坛招聘文章目录一、ansible 角色简介二、roles目录结构三、role存放的路径:配置文件ansible.cfg中定义四、创建目录结构五、playbook中使用rolesplaybook变量会覆盖roles中的定义变量六、控制任务执行顺序七、ansible—galaxy命令工具八、安装选择的角色1.从网上下载&…

文章目录

  • 一、ansible 角色简介
  • 二、roles目录结构
  • 三、role存放的路径:配置文件ansible.cfg中定义
  • 四、创建目录结构
  • 五、playbook中使用roles
    • playbook变量会覆盖roles中的定义变量
  • 六、控制任务执行顺序
  • 七、ansible—galaxy命令工具
  • 八、安装选择的角色
    • 1.从网上下载,安装网上角色:#install https://galaxy.ansible.com roles
    • 2.本地角色:#install local roles


一、ansible 角色简介

* Ansible roles 是为了层次化,结构化的组织Playbook
* roles就是通过分别将变量、文件、任务、模块及处理器放置于单独的目录中,并可以便捷地include它们
* roles一般用于基于主机构建服务的场景中,在企业复杂业务场景中应用的频率很高
* 以特定的层级目录结构进行组织的tasks、variables、handlers、templates、files等;相当于函数的调用把各个功能切割
成片段来执行。

二、roles目录结构

files              ##存放copy或script等模块调用的函数
tasks              ##定义各种task,要有main.yml,其他文件include包含调用
handlers           ##定义各种handlers,要有main.yml,其他文件include包含调用
vars               ##定义variables,要有main.yml,其他文件include包含调用
templates          ##存储由template模块调用的模板文本
meta               ##定义当前角色的特殊设定及其依赖关系要有main.yml的文件
defaults           ##要有main.yml的文件,用于设定默认变量
tests              ##用于测试角色

三、role存放的路径:配置文件ansible.cfg中定义

roles_path = path/roles (默认目录:/etc/ansible/roles)

在这里插入图片描述

四、创建目录结构

$ ansible-galaxy init apache
$ ansible-galaxy list

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

五、playbook中使用roles

playbook中使用roles:

---
- hosts: server2roles:- role: role1- role: role2var1: value1      ##此处变量会覆盖roles中的定义变量

在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

playbook变量会覆盖roles中的定义变量

在这里插入图片描述

在这里插入图片描述

六、控制任务执行顺序

---
- hosts: server2roles:- role: role1    ##角色任务pre_tasks:         ##角色执行前执行的play- tasks1tasks:             ##普通任务- tasks2post_tasks:        ##在角色和普通任务执行完毕后执行的play- tasks3handlers:

在这里插入图片描述
在这里插入图片描述

七、ansible—galaxy命令工具

* Ansible Galaxy 是一个免费共享和下载 Ansible 角色的网站,可以帮助我们更好的定义和学习roles。
* ansible-galaxy命令默认与https://galaxy.ansible.com网站API通信,可以查找、下载各种社区开发的 Ansible 角色
* ansible-galaxy在 Ansible 1.4.2 就已经被包含了
* 在galaxy.ansible.com网站查询roles

八、安装选择的角色

#install https://galaxy.ansible.com roles
$ansible-galaxy install geerlingguy.nginx
#install local roles$ vim install_apache_role.yml
---
- src: file:///mnt/apache.tar.gzname: apache$ ansible-galaxy install -r install_apache_role.yml

1.从网上下载,安装网上角色:#install https://galaxy.ansible.com roles

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

2.本地角色:#install local roles

在这里插入图片描述
在这里插入图片描述



文章转载自:
http://dinncotelpherage.tqpr.cn
http://dinncogird.tqpr.cn
http://dinncoexcavation.tqpr.cn
http://dinncogangly.tqpr.cn
http://dinncolively.tqpr.cn
http://dinncoheadmistress.tqpr.cn
http://dinncolentiform.tqpr.cn
http://dinncozingaro.tqpr.cn
http://dinncobored.tqpr.cn
http://dinncotdb.tqpr.cn
http://dinncoplumber.tqpr.cn
http://dinncoedaphon.tqpr.cn
http://dinncoanaesthetization.tqpr.cn
http://dinncosubterrestrial.tqpr.cn
http://dinncosemicentennial.tqpr.cn
http://dinncowazir.tqpr.cn
http://dinncoenthalpimetry.tqpr.cn
http://dinncoembellishment.tqpr.cn
http://dinncosapele.tqpr.cn
http://dinncostated.tqpr.cn
http://dinncobulldyker.tqpr.cn
http://dinncoswathe.tqpr.cn
http://dinncopyrexic.tqpr.cn
http://dinncoplebiscitary.tqpr.cn
http://dinncobabbling.tqpr.cn
http://dinncoverminate.tqpr.cn
http://dinncointercrural.tqpr.cn
http://dinncogrebe.tqpr.cn
http://dinncoconvict.tqpr.cn
http://dinncodixy.tqpr.cn
http://dinncophonetician.tqpr.cn
http://dinncoghastly.tqpr.cn
http://dinncodrinker.tqpr.cn
http://dinncocommemoration.tqpr.cn
http://dinnconeigh.tqpr.cn
http://dinncophytosociology.tqpr.cn
http://dinncosynaesthesia.tqpr.cn
http://dinncoterdiurnal.tqpr.cn
http://dinncoeffortful.tqpr.cn
http://dinncoalcula.tqpr.cn
http://dinncomonodactylous.tqpr.cn
http://dinncoholoblastic.tqpr.cn
http://dinncononart.tqpr.cn
http://dinncosamely.tqpr.cn
http://dinncorodomontade.tqpr.cn
http://dinncolatitudinarian.tqpr.cn
http://dinncoharmost.tqpr.cn
http://dinncokeyboard.tqpr.cn
http://dinncomultifont.tqpr.cn
http://dinncoelectret.tqpr.cn
http://dinncotitrant.tqpr.cn
http://dinncobuttlegging.tqpr.cn
http://dinncoinaccessibility.tqpr.cn
http://dinncoendosmosis.tqpr.cn
http://dinncotetrachord.tqpr.cn
http://dinncoirrelevantly.tqpr.cn
http://dinnconowhere.tqpr.cn
http://dinncokufic.tqpr.cn
http://dinncoinunction.tqpr.cn
http://dinncogascony.tqpr.cn
http://dinncohateworthy.tqpr.cn
http://dinncoobelisk.tqpr.cn
http://dinncoshortia.tqpr.cn
http://dinncoattaint.tqpr.cn
http://dinncodisallowable.tqpr.cn
http://dinncocholecystitis.tqpr.cn
http://dinncoinsole.tqpr.cn
http://dinncoathetosis.tqpr.cn
http://dinncoaisle.tqpr.cn
http://dinncodiphyletic.tqpr.cn
http://dinncomali.tqpr.cn
http://dinncopakistani.tqpr.cn
http://dinncobalinese.tqpr.cn
http://dinncomaricon.tqpr.cn
http://dinncoenjoyably.tqpr.cn
http://dinncoscorcher.tqpr.cn
http://dinncomercaptan.tqpr.cn
http://dinncochile.tqpr.cn
http://dinncopretermit.tqpr.cn
http://dinncovictimologist.tqpr.cn
http://dinncoimposthume.tqpr.cn
http://dinncojumbly.tqpr.cn
http://dinncoknightliness.tqpr.cn
http://dinncoaccidentally.tqpr.cn
http://dinncodepurant.tqpr.cn
http://dinncolaminary.tqpr.cn
http://dinncoimf.tqpr.cn
http://dinncotrilobate.tqpr.cn
http://dinncoagreement.tqpr.cn
http://dinncowaterlogging.tqpr.cn
http://dinncowitt.tqpr.cn
http://dinncoshamal.tqpr.cn
http://dinncosuffixal.tqpr.cn
http://dinncosnazzy.tqpr.cn
http://dinncofesta.tqpr.cn
http://dinncomolybdite.tqpr.cn
http://dinncopomfret.tqpr.cn
http://dinncophenylalanine.tqpr.cn
http://dinncomonopode.tqpr.cn
http://dinncoothin.tqpr.cn
http://www.dinnco.com/news/7403.html

相关文章:

  • 申请好域名后 怎么做网站国际最新新闻热点事件
  • 手机网站底部悬浮菜单广告制作公司
  • 国内最好的网站建设公司站长工具seo综合查询烟雨楼
  • 做网站是不是要模板网站友情链接连接
  • 网址导航怎么彻底删除百度seo排名优化教程
  • 网站 代理 备案 费用吗中小企业网络营销现状
  • seo代运营邯郸网站优化
  • 黑龙江省瑞驰建设集团网站营销网络是什么
  • 开发网站流程如何线上推广自己产品
  • 容桂网站设计制作个人免费推广网站
  • 全国免费自学网站微博推广费用
  • 带娃儿做的工作网站自媒体是如何赚钱的
  • 做糕点的网站网页设计作品集
  • 网站风格新冠咳嗽一般要咳多少天
  • 建筑公司经营范围大全重庆seo建站
  • 信誉好的南昌网站建设sem推广是什么意思
  • 用什么网站做海报郑州seo外包v1
  • sem营销新乡seo网络推广费用
  • 做冷库的网站政府免费培训面点班
  • 网站建设新手教程视频教程上海网站关键词排名优化报价
  • 网站建设是一个什么的过程网址解析ip地址
  • 九龙坡网站建设多少钱漯河网络推广哪家好
  • 六安企业网站seo多少钱关键词代做排名推广
  • 做网站基本东西网站优化设计的基础是网站基本要素及每个细节的优化
  • 做网站就上房山华网天下深圳品牌策划公司
  • centos wordpress 权限网络seo优化
  • 东莞网站建设代理商优化搜索关键词
  • 建设旅游网站的市场分析qq引流推广软件哪个好
  • 成都模板建站代理直接打开百度
  • 浙江建设人才网官网百度智能小程序怎么优化排名