摘要:
assert 断言模块 assert: msg: "Ansible must be {{ minimal_ansible_version }} or higher" that: - ansible_version.string is version(minimal_ansible_version, 阅读全文
摘要:
使用命令查看当前支持的strategy 列表及其描述 ansible-doc -t strategy -l debug Executes tasks in interactive debug session free Executes tasks without waiting for all ho 阅读全文
摘要:
dockerd --security-opt --security-opt="label=user:USER" Set the label user for the container --security-opt="label=role:ROLE" Set the label role for t 阅读全文