2 Star 3 Fork 4

as4k / ysansible

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main1.yml 645 Bytes
一键复制 编辑 原始数据 按行查看 历史
kyle30 提交于 2020-12-30 22:36 . just for a test
---
- hosts: all
# gather_facts: no
vars_files:
- vars.yml
tasks:
- name: test1
debug:
msg: "{{ foo }}"
# 不加双引号会报错
# - name: test2
# debug:
# msg: {{ foo }}
- name: test3
debug:
msg: "{{ foo3_list[1] }}"
- name: test4
debug:
msg: "{{ foo3_list|first }}"
- name: test4
debug:
msg: "{{ foo4_dict.xiaoming }}"
- name: test5
debug:
msg: "{{ foo4_dict['xiaoli'] }}"
- name: test6
debug:
msg: "{{ ansible_eth0['ipv4']['address'] }}"
# ansible-playbook main1.yml --limit 192.168.31.100
其他
1
https://gitee.com/as4k/ysansible.git
git@gitee.com:as4k/ysansible.git
as4k
ysansible
ysansible
master

搜索帮助