ansible_facts
Ansible アドホック コマンドに通常含まれるものを使用することは可能ですか?
たとえば、/tmp/myFile
すべてのサーバーにファイルがあり、次のことを実行したいと考えています。
ansible all -i [inventory file] -m fetch -a "src=/tmp/myFile dest=myFile-[insert ansible_hostname here]"
そのためのプレイブック全体を作成する必要はありません。
ansible_facts
Ansible アドホック コマンドに通常含まれるものを使用することは可能ですか?
たとえば、/tmp/myFile
すべてのサーバーにファイルがあり、次のことを実行したいと考えています。
ansible all -i [inventory file] -m fetch -a "src=/tmp/myFile dest=myFile-[insert ansible_hostname here]"
そのためのプレイブック全体を作成する必要はありません。