1 Star 0 Fork 4

简简@单单/ysansible

forked from as4k/ysansible 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.vscode
acccessing_var
centos7_init
changed_when
common
docker
dynamic-inventory
env_variables
facts
geerlingguy_nginx
handlers
host_and_group_variables
image
lamp_simple_rhel7
mysql57
nginx_core
php74remi
playbooks_loops
registered_var
reuse
template
test
test1.yml
test2.yml
test3.yml
variables
vault
wordpress-nginx-rhel7
yaml_syntax
zsh
.gitignore
LICENSE
README.md
gpush.sh
克隆/下载
test1.yml 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
kyle30 提交于 4年前 . just for a test
---
- hosts: all
tasks:
- name: debug test 1
debug:
msg: 主机名 {{ ansible_hostname }}
- name: debug test 2
debug:
msg: 操作系统 {{ ansible_distribution }} 版本 {{ ansible_distribution_major_version }}
- name: debug test 3
debug:
msg: IP地址 {{ ansible_host }}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/lyw2/ysansible.git
git@gitee.com:lyw2/ysansible.git
lyw2
ysansible
ysansible
master

搜索帮助