文件操作 - test.yml
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3.12/site-packages/ansible_collections/cyberark/conjur/examples/test.yml
编辑文件内容
--- - hosts: localhost tasks: - name: Lookup variable in Conjur debug: msg: "{{ lookup('cyberark.conjur.conjur_variable', '/path/to/secret') }}" - name: Lookup variable in Conjur to not validate certs (in case of self-signed) debug: msg: "{{ lookup('cyberark.conjur.conjur_variable', '/path/to/secret', validate_certs=false) }}"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件