Ansible配置
-
ansible 定义工作目录_Ansible
在Ansible中,可以使用working_dir参数定义工作目录。- name: Copy file to remote host., copy: src=/path/to/local/file dest=/path/to/remote/dir owner=user group=group mode=0644 working_dir=/path/to/remote/dir。
在Ansible中,可以使用working_dir参数定义工作目录。- name: Copy file to remote host., copy: src=/path/to/local/file dest=/path/to/remote/dir owner=user group=group mode=0644 working_dir=/path/to/remote/dir。