【发布时间】:2022-01-03 19:30:34
【问题描述】:
在 AWX 中,是否有一个标准位置可以保存文件,例如由以下任务生成的文件,例如 temp1.txt?:
- name: Create user temp1
user:
name: "temp1"
groups: sudo
shell: /bin/bash
password: "{{ lookup('password', 'credentials/temp1.txt encrypt=sha512_crypt length=12') }}"
createhome: yes
【问题讨论】: