Linux运维面试题:ansible 如何指定执⾏指令的主机
ansible 如何指定执⾏指令的主机?
- hosts: node1
remote_user: root
tasks: - name: remove local template file
shell: rm -rf /tmp/test.txt
!img](file:///C:\Users\magedu\AppData\Local\Temp\ksohtml15736\wps7.png)
delegate_to: localhost
ansible 如何指定执⾏指令的主机?