2015-02-22から1日間の記事一覧

ansible テンプレート 変数

ファイル名(変数)の拡張子を除いた部分を取得 - name: Common tasks => Ensure symlinks for utilities exist file: src=~/bin/{{ item }} dest=~/bin/{{ (item | splitext)[0] }} mode=755 state=link with_fileglob: - bin/*Ansible roles: change file ex…