ansible 之 stat

Posted 看,未来

tags:

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

检查文件或文件系统的状态,对于Windows目标,请改用win_stat模块

  1. 参数

path:文件/对象的完整路径,required

  1. 示例
- tasks
  name: install_apcu | Check if apcu local file is already configured.
  stat: path= php_apcu_file_path 
  connection: local
  register: php_apcu_file_result

以上是关于ansible 之 stat的主要内容,如果未能解决你的问题,请参考以下文章

ansible环境搭建(常用模块使用)

ansible环境搭建(常用模块使用)

以 MiB / GiB 为单位的 Ansible stat 模块目录大小输出。如何转换输出?

ansible生产环境使用场景

Ansible:获取指定用户的服务列表

Ansible 学习总结—— Ansible 19个常用模块使用示例