尧图网络科技YAOTU DIGITAL 获取报价
获取报价
首页 / 资讯中心 / 文章详情

ansible yaml中折叠符(>)和多行文本符号(|)

发布时间:2026/9/13 18:49:12

资讯中心
01
ARTICLE

ansible yaml中折叠符(>)和多行文本符号(|)

ansible yaml中折叠符(>)和多行文本符号(|)
1.yaml中有很多参数时建议使用折叠符()E.g- name: Configure nginx command: ./configure --prefix/usr/local/nginx --with-http_ssl_module --with-http_v2_module --with-stream --with-http_stub_status_module args: chdir: /tmp/nginx-{{ nginx_version }} creates: /tmp/nginx-{{ nginx_version }}/Makefile2.yaml中有多个命令要顺序执行时建议使用多行文本符号(|)将多行内容作为一个完整字符串传递给shell模块执行E.g- name: Install nginx shell: | cd /tmp tar -xzf nginx-1.28.0.tar.gz cd nginx-1.28.0 ./configure --prefix/usr/local/nginx make make install实际含义cd /tmp tar -xzf nginx-1.28.0.tar.gz cd nginx-1.28.0 ./configure --prefix/usr/local/nginx make make install总结| 保留换行Literal 换行变空格Folded
02
RELATED NEWS

相关资讯

更多网站建设与数字化升级内容

03
WHY YAOTU

想打造同款高转化官网?

懂行业、懂生意,从建站到增长一站式陪跑

场景化定制

不做模板站,围绕你的业务场景量身设计,小众不撞款。

营销型架构

以转化目标组织内容与路径,让官网真正带来询盘。

全周期服务

设计、开发、运营、运维一体,上线只是开始。

免费获取你的建站方案

留下需求,专属顾问 24 小时内为你输出方案建议。