Playbook 部署Node_exporter

目录结构

[root@localhost src]# tree
.
├── hosts
├── install.yml
└── roles
    └── node
        ├── files
        │   └── node_exporter-1.3.1.linux-amd64.tar.gz
        ├── handlers
        │   └── main.yml
        ├── README.md
        ├── tasks
        │   └── main.yml
        ├── templates
        │   ├── node_exporter.service.j2
        │   └── node.yaml.j2
        └── vars
            └── main.yml

主机文件

入口文件

变量文件

触发动作

任务文件

摸版文件

执行结果

Last updated