首页 技术 正文
技术 2022年11月9日
0 收藏 944 点赞 5,042 浏览 1068 个字

Ansible的tests : 路径 /usr/lib/python2.7/site-packages/ansible/plugins/test

core.py

            # failure testing
'failed': failed,
'failure': failed,
'succeeded': success,
'success': success, # changed testing
'changed': changed,
'change': changed, # skip testing
'skipped': skipped,
'skip': skipped, # regex
'match': match,
'search': search,
'regex': regex, # version comparison
'version_compare': version_compare, # lists
'any': any,
'all': all,

file.py

        # file testing
'is_dir': isdir,
'is_file': isfile,
'is_link': islink,
'exists': exists,
'link_exists': lexists, # path testing
'is_abs': isabs,
'is_same_file': samefile,
'is_mount': ismount,

mathstuff.py

            # set theory
'issubset': issubset,
'issuperset': issuperset,
'isnan': isnotanumber,

jinjia2 tests 路径/usr/lib/python2.7/site-packages/jinja2/tests.py

    'odd':              test_odd,
'even': test_even,
'divisibleby': test_divisibleby,
'defined': test_defined,
'undefined': test_undefined,
'none': test_none,
'lower': test_lower,
'upper': test_upper,
'string': test_string,
'mapping': test_mapping,
'number': test_number,
'sequence': test_sequence,
'iterable': test_iterable,
'callable': test_callable,
'sameas': test_sameas,
'escaped': test_escaped
上一篇: Linux--奇思淫才
相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,492
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,907
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,740
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,495
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:8,133
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:5,297