2016-08-25から1日間の記事一覧

ansible yaml shell command

http://docs.ansible.com/ansible/shell_module.html - name: なにか実行 shell: | echo hoge >> somelog.txt echo foo echo baa args: chdir: somedir/ ansible-playbookのYAMLを読みやすくする工夫 - Qiita shell shellはリモートノードのシェル(/bin/sh)…