12.ansible-roles-include

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了12.ansible-roles-include相关的知识,希望对你有一定的参考价值。

1.1ansible之include

[root@m01 playbook]# cat test2.yml 
- name: debug
  debug: msg="debug"
[root@m01 playbook]# 

[root@m01 playbook]# cat test.yml 
- hosts: nginx
  tasks:
  - include: test2.yml

[root@m01 playbook]# ansible-playbook test.yml 

PLAY [nginx] **********************************************************************************************

TASK [Gathering Facts] ************************************************************************************
ok: [10.0.0.62]

TASK [debug] **********************************************************************************************
ok: [10.0.0.62] => {
    "msg": "debug"
}

PLAY RECAP ************************************************************************************************
10.0.0.62                  : ok=2    changed=0    unreachable=0    failed=0   

1.2ansible-role

该博主写的认真又详细,稍后我再写自己的吧
http://www.zsythink.net/archives/3063

以上是关于12.ansible-roles-include的主要内容,如果未能解决你的问题,请参考以下文章

R留学生作业代码代写代编程代编程代编程

IPEX-1代/3代/4代/5代,PCB天线底座,公头,样式及封装尺寸图

JVM 年轻代 老年代 持久代 gc

深圳本地网店代运营公司

C线程代业代写代调试POSIX Threads代编码

jvm中的年轻代 老年代 持久代 gc