/etc/ansible/hosts 수정

[그룹명]
호스트1
호스트2

파일복사

$ ansible all -m copy -a "src=위치 dest=위치"

shell 실행

$ ansible all -m shell -a "shell 명령어" --become --ask-become-pass